edje_cc_handlers.c File Reference
Data Structures | |
struct | _Edje_List_Foreach_Data |
Macros | |
#define | STRDUP(x) x ? strdup(x) : NULL |
#define | STRDUP(x) x ? strdup(x) : NULL |
#define | STRDUP(x) x ? strdup(x) : NULL |
Typedefs | |
typedef struct _Edje_List_Foreach_Data | Edje_List_Foreach_Data |
Functions | |
int | object_handler_num (void) |
void | part_description_image_cleanup (Edje_Part *ep) |
int | statement_handler_num (void) |
Variables | |
New_Object_Handler | object_handlers [] |
New_Statement_Handler | statement_handlers [] |
Macro Definition Documentation
#define STRDUP | ( | x) | x ? strdup(x) : NULL |
#define STRDUP | ( | x) | x ? strdup(x) : NULL |
#define STRDUP | ( | x) | x ? strdup(x) : NULL |
Typedef Documentation
typedef struct _Edje_List_Foreach_Data Edje_List_Foreach_Data |
Function Documentation
int object_handler_num | ( | void | ) |
References object_handlers.
void part_description_image_cleanup | ( | Edje_Part * | ep) |
int statement_handler_num | ( | void | ) |
References statement_handlers.
Variable Documentation
New_Object_Handler object_handlers[] |
Referenced by object_handler_num().
New_Statement_Handler statement_handlers[] |
Referenced by statement_handler_num().