ender  0.0.9
Descriptorlibrary
Functions
Struct

A struct represents a C struct. More...

Functions

EAPI size_t ender_item_struct_size_get (Ender_Item *i)
EAPI Eina_List * ender_item_struct_fields_get (Ender_Item *i)
EAPI Eina_List * ender_item_struct_functions_get (Ender_Item *i)

Detailed Description

A struct represents a C struct.


Function Documentation

EAPI size_t ender_item_struct_size_get ( Ender_Item i)

Get the size of the struct

Parameters:
iThe struct to get the size from
Returns:
The size of the struct
EAPI Eina_List* ender_item_struct_fields_get ( Ender_Item i)

Get the list of fields from a struct

Parameters:
iThe struct to get the fields from
Returns:
The list of fields. Use ender_item_unref to free every item on the list
EAPI Eina_List* ender_item_struct_functions_get ( Ender_Item i)

Get the list of functions from a struct

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