Enlightenment API
Application programming interface to be used by modules to extend Enlightenment. More...
Data Structures | |
struct | _E_Before_Idler |
struct | _E_Rect |
Typedefs | |
typedef struct _E_Before_Idler | E_Before_Idler |
typedef struct _E_Rect | E_Rect |
Functions | |
void * | alloca (size_t) |
EAPI E_Before_Idler * | e_main_idler_before_add (int(*func)(void *data), void *data, int once) |
EAPI void | e_main_idler_before_del (E_Before_Idler *eb) |
EAPI double | e_main_ts (const char *str) |
EAPI void | e_alert_composite_win (Ecore_X_Window root, Ecore_X_Window win) |
Detailed Description
Application programming interface to be used by modules to extend Enlightenment.