Data Fields
_Efl_Object_Property_Reflection Struct Reference

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.
 
Efl_Object_Property_Reflection_Getter get
 The function used to retrieve a generic Eina_Value from this property of the object.
 

Detailed Description

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.