Adaptive Framework
0.9.0
|
Files | |
file | afw_object_setter_impl_declares.h |
Interface afw_interface implementation declares. | |
Macros | |
#define | __AFW_OBJECT_SETTER_IMPL_DECLARES_H__ 1 |
#define | _AFW_IMPLEMENTATION_ID_ "unspecified" |
#define | _AFW_IMPLEMENTATION_SPECIFIC_ NULL |
#define | _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__ |
Functions | |
impl_afw_object_setter_set_immutable (const afw_object_setter_t *instance, afw_xctx_t *xctx) | |
impl_afw_object_setter_set_property (const afw_object_setter_t *instance, const afw_utf8_t *property_name, const afw_value_t *value, afw_xctx_t *xctx) | |
This file should only be included in c source files that implement interface afw_object_setter.
You can find a skeleton for using this #include file in the corresponding source directory in file generated/interface_closet/skeleton_afw_object_setter.c.
Mutiple *_impl.declares.h can be included in each c source file, but only one for each interface name.
After the #include for afw_object_setter_impl_declares.h:
Before including, define the following symbols:
Example:
impl_afw_object_setter_set_immutable | ( | const afw_object_setter_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 370 of file afw_object_impl_property_meta.c.
impl_afw_object_setter_set_property | ( | const afw_object_setter_t * | instance, |
const afw_utf8_t * | property_name, | ||
const afw_value_t * | value, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 386 of file afw_object_impl_property_meta.c.