diff --git a/legacy/elementary/src/lib/elm_notify.c b/legacy/elementary/src/lib/elm_notify.c index 92492d8bfe..4eac72a4ac 100644 --- a/legacy/elementary/src/lib/elm_notify.c +++ b/legacy/elementary/src/lib/elm_notify.c @@ -621,13 +621,13 @@ elm_notify_timeout_get(const Evas_Object *obj) } EINA_DEPRECATED EAPI void -elm_repeat_repeat_events_set(Evas_Object *obj, Eina_Bool repeat) +elm_notify_repeat_events_set(Evas_Object *obj, Eina_Bool repeat) { elm_notify_allow_events_set(obj, repeat); } EINA_DEPRECATED EAPI Eina_Bool -elm_repeat_events_get(const Evas_Object *obj) +elm_notify_repeat_events_get(const Evas_Object *obj) { return elm_notify_allow_events_get(obj); }