diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2016-01-21 23:03:11 +0100 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2016-01-21 23:03:11 +0100 |
commit | 078d440e05c370daeada4c1ad3f3526a74844995 (patch) | |
tree | 9a5baebadb2209c2ca055dbc9c9338e43d547d02 /include | |
parent | e087d0d918a819531338a19da2f72dda811e23af (diff) |
New 1.17 API: edje.Edje.color_class_clear()
Diffstat (limited to '')
-rw-r--r-- | include/efl.edje.pxd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efl.edje.pxd b/include/efl.edje.pxd index d2e3810..177f52c 100644 --- a/include/efl.edje.pxd +++ b/include/efl.edje.pxd | |||
@@ -374,6 +374,7 @@ cdef extern from "Edje.h": | |||
374 | void edje_object_color_class_set(Evas_Object *obj, char *color_class, int r, int g, int b, int a, int r2, int g2, int b2, int a2, int r3, int g3, int b3, int a3) | 374 | void edje_object_color_class_set(Evas_Object *obj, char *color_class, int r, int g, int b, int a, int r2, int g2, int b2, int a2, int r3, int g3, int b3, int a3) |
375 | void edje_object_color_class_get(Evas_Object *obj, char *color_class, int *r, int *g, int *b, int *a, int *r2, int *g2, int *b2, int *a2, int *r3, int *g3, int *b3, int *a3) | 375 | void edje_object_color_class_get(Evas_Object *obj, char *color_class, int *r, int *g, int *b, int *a, int *r2, int *g2, int *b2, int *a2, int *r3, int *g3, int *b3, int *a3) |
376 | void edje_object_color_class_del(Evas_Object *obj, char *color_class) | 376 | void edje_object_color_class_del(Evas_Object *obj, char *color_class) |
377 | Eina_Bool edje_object_color_class_clear(Evas_Object *obj) | ||
377 | 378 | ||
378 | void edje_object_text_class_set(Evas_Object *obj, char *text_class, char *font, Evas_Font_Size size) | 379 | void edje_object_text_class_set(Evas_Object *obj, char *text_class, char *font, Evas_Font_Size size) |
379 | Eina_Bool edje_object_text_class_get(Evas_Object *obj, const char *text_class, const char **font, Evas_Font_Size *size) | 380 | Eina_Bool edje_object_text_class_get(Evas_Object *obj, const char *text_class, const char **font, Evas_Font_Size *size) |