diff options
Diffstat (limited to 'src/lib/edje/Edje_Edit.h')
-rw-r--r-- | src/lib/edje/Edje_Edit.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h index 77dfff9d79..ab7bda6ff7 100644 --- a/src/lib/edje/Edje_Edit.h +++ b/src/lib/edje/Edje_Edit.h | |||
@@ -1987,8 +1987,10 @@ EAPI Eina_Bool edje_edit_state_visible_get(Evas_Object *obj, const char *part, c | |||
1987 | * @param state The name of the state to set visibility (not including the state value). | 1987 | * @param state The name of the state to set visibility (not including the state value). |
1988 | * @param value The state value. | 1988 | * @param value The state value. |
1989 | * @param visible To set state visible (EINA_TRUE if the state is visible, EINA_FALSE otherwise) | 1989 | * @param visible To set state visible (EINA_TRUE if the state is visible, EINA_FALSE otherwise) |
1990 | * | ||
1991 | * @return EINA_TRUE if successful, EINA_FALSE otherwise. | ||
1990 | */ | 1992 | */ |
1991 | EAPI void edje_edit_state_visible_set(Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool visible); | 1993 | EAPI Eina_Bool edje_edit_state_visible_set(Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool visible); |
1992 | 1994 | ||
1993 | /** Get the color class of the given part state. | 1995 | /** Get the color class of the given part state. |
1994 | * | 1996 | * |
@@ -2010,8 +2012,10 @@ EAPI const char *edje_edit_state_color_class_get(Evas_Object *obj, const char *p | |||
2010 | * @param state The name of the state to set color class (not including the state value). | 2012 | * @param state The name of the state to set color class (not including the state value). |
2011 | * @param value The state value. | 2013 | * @param value The state value. |
2012 | * @param color_class The color class to assign. | 2014 | * @param color_class The color class to assign. |
2015 | * | ||
2016 | * @return EINA_TRUE if successful, EINA_FALSE otherwise. | ||
2013 | */ | 2017 | */ |
2014 | EAPI void edje_edit_state_color_class_set(Evas_Object *obj, const char *part, const char *state, double value, const char *color_class); | 2018 | EAPI Eina_Bool edje_edit_state_color_class_set(Evas_Object *obj, const char *part, const char *state, double value, const char *color_class); |
2015 | 2019 | ||
2016 | /** Get the list of parameters for an external part. | 2020 | /** Get the list of parameters for an external part. |
2017 | * | 2021 | * |