ender  0.0.9
Descriptorlibrary
Functions
Def

A def represents a definition of an identifier based in another, i.e an alias. More...

Functions

EAPI Ender_Itemender_item_def_type_get (Ender_Item *i)
EAPI Eina_List * ender_item_def_functions_get (Ender_Item *i)

Detailed Description

A def represents a definition of an identifier based in another, i.e an alias.


Function Documentation

Get the type of a def

Parameters:
iThe def to get the type from
Returns:
The type of a def
EAPI Eina_List* ender_item_def_functions_get ( Ender_Item i)

Get the functions of a def

Parameters:
iThe def to get the functions from
Returns:
The list of functions. Free it by calling ender_item_unref on each item. Each item is of type ENDER_ITEM_TYPE_FUNCTION.
 All Data Structures