ender
0.0.9
Descriptorlibrary
|
An enum represents a C enumeration. More...
Functions | |
EAPI Eina_List * | ender_item_enum_values_get (Ender_Item *i) |
EAPI Eina_List * | ender_item_enum_functions_get (Ender_Item *i) |
An enum represents a C enumeration.
EAPI Eina_List* ender_item_enum_values_get | ( | Ender_Item * | i | ) |
Get the values of an enum
i | The enum to get the values from |
EAPI Eina_List* ender_item_enum_functions_get | ( | Ender_Item * | i | ) |
Get the list of functions from an enum
i | The enum to get the functions from |