diff options
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) |