diff options
Diffstat (limited to 'src/bin/utils.h')
-rw-r--r-- | src/bin/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/utils.h b/src/bin/utils.h index cf25322..73476de 100644 --- a/src/bin/utils.h +++ b/src/bin/utils.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #include "config.h" | 5 | #include "config.h" |
6 | 6 | ||
7 | Eina_Bool theme_apply(Evas_Object *edje, const Config *config, const char *group); | 7 | Eina_Bool theme_apply(Evas_Object *edje, const Config *config, const char *group); |
8 | Eina_Bool theme_apply_elm(Evas_Object *edje, const Config *config, const char *group); | ||
8 | Eina_Bool theme_apply_default(Evas_Object *edje, const Config *config, const char *group); | 9 | Eina_Bool theme_apply_default(Evas_Object *edje, const Config *config, const char *group); |
9 | void theme_reload(Evas_Object *edje); | 10 | void theme_reload(Evas_Object *edje); |
10 | void theme_auto_reload_enable(Evas_Object *edje); | 11 | void theme_auto_reload_enable(Evas_Object *edje); |