This structure holds one line of the reflection table. More...
Data Fields | |
const char * | property_name |
The name of the property. | |
Efl_Object_Property_Reflection_Setter | set |
The function used to set a generic Eina_Value on this property of the object. More... | |
Efl_Object_Property_Reflection_Getter | get |
The function used to retrieve a generic Eina_Value from this property of the object. More... | |
This structure holds one line of the reflection table.
The two fields get and set might be NULL, the property_name is a normal c string containing the name of the property that the get and set function changes.