_Eina_Value Struct Reference
defines the contents of a value More...
Data Fields | |
const Eina_Value_Type * | type |
how to access values | |
Eina_Value_Union | value |
to be accessed with type descriptor |
Detailed Description
defines the contents of a value
- Since:
- 1.2
- Examples:
- eina_value_01.c, eina_value_02.c, and eina_value_03.c.