This function exist in the Tizen 2.0 elementary tree with a simple
comment that calls it a 'wrapper'. The rpm-installer can not build
without this.
evas_object_smart_callback_call(obj, SIG_INDICATOR_PROP_CHANGED, NULL);
}
+// Wrapper that only exist in the Tizen 2.0 Elementary tree
+EAPI void
+elm_win_indicator_state_set(Evas_Object *obj, Elm_Win_Indicator_Mode mode)
+{
+ elm_win_indicator_mode_set(obj, mode);
+}
+
EAPI Elm_Win_Indicator_Mode
elm_win_indicator_mode_get(const Evas_Object *obj)
{
#include <elm_win_legacy.h>
#endif
+// Wrapper that only exist in the Tizen 2.0 elementary tree
+EAPI void elm_win_indicator_state_set(Evas_Object *obj, Elm_Win_Indicator_Mode mode);
+
/**
* @}
*/