edje: Document several puzzling Edje_External_Type callbacks

SVN revision: 46697
This commit is contained in:
Mikhail Gusarov 2010-03-01 14:41:49 +00:00
parent 2f1ffe9863
commit b0b1fa40fa
1 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,8 @@ struct _Edje_External_Type
void *(*params_parse) (void *data, Evas_Object *obj, const Eina_List *params);
void (*params_free) (void *params);
/* The following callbacks aren't used by Edje itself, but by UI design
tools instead */
const char *(*label_get) (void *data);
const char *(*description_get) (void *data);
Evas_Object *(*icon_add) (void *data, Evas *e);