|
ender
0.0.9
Descriptorlibrary
|
A def represents a definition of an identifier based in another, i.e an alias. More...
Functions | |
| EAPI Ender_Item * | ender_item_def_type_get (Ender_Item *i) |
| EAPI Eina_List * | ender_item_def_functions_get (Ender_Item *i) |
A def represents a definition of an identifier based in another, i.e an alias.
| EAPI Ender_Item* ender_item_def_type_get | ( | Ender_Item * | i | ) |
Get the type of a def
| i | The def to get the type from |
| EAPI Eina_List* ender_item_def_functions_get | ( | Ender_Item * | i | ) |
Get the functions of a def
| i | The def to get the functions from |
1.7.6.1