ender  0.0.9
Descriptorlibrary
Functions
Enum

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)

Detailed Description

An enum represents a C enumeration.


Function Documentation

EAPI Eina_List* ender_item_enum_values_get ( Ender_Item i)

Get the values of an enum

Parameters:
iThe enum to get the values from
Returns:
The list of values. Free it by calling ender_item_unref on each item. Each item is of type ENDER_ITEM_TYPE_CONSTANT.
EAPI Eina_List* ender_item_enum_functions_get ( Ender_Item i)

Get the list of functions from an enum

Parameters:
iThe enum to get the functions from
Returns:
The list of functions. Use ender_item_unref to free every item on the list
 All Data Structures