diff --git a/legacy/elementary/src/lib/elm_main.c b/legacy/elementary/src/lib/elm_main.c index 4c3711f711..b2ccb895e8 100644 --- a/legacy/elementary/src/lib/elm_main.c +++ b/legacy/elementary/src/lib/elm_main.c @@ -888,6 +888,8 @@ elm_policy_get(unsigned int policy) * and manual means only explicit changes will matter. You are not supposed to * change mirroring state of a widget set to automatic, will mostly work, but * the behavior is not really defined. + * + * @{ */ /** @@ -945,6 +947,10 @@ elm_object_mirrored_automatic_set(Evas_Object *obj, Eina_Bool automatic) elm_widget_mirrored_automatic_set(obj, automatic); } +/** + * @} + */ + EAPI void elm_object_scale_set(Evas_Object *obj, double scale)