Adaptive Framework
0.9.0
|
Struct for afw_object_properties_callback_entry_t. More...
#include <afw_object.h>
Data Fields | |
const afw_utf8_t * | property_name |
afw_object_properties_callback_entry_get_t | get |
afw_object_properties_callback_entry_set_t | set |
Struct for afw_object_properties_callback_entry_t.
An array of this is passed to the afw_object_create_properties_callback() in as the callback parameter. This consists of the property name, get callback, and set callback or NULL if immutable.
Definition at line 839 of file afw_object.h.