diff options
Diffstat (limited to 'lib/efl/native/elm/elm_notify.rb')
-rw-r--r-- | lib/efl/native/elm/elm_notify.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_notify.rb b/lib/efl/native/elm/elm_notify.rb index 656bb28..c0a7abd 100644 --- a/lib/efl/native/elm/elm_notify.rb +++ b/lib/efl/native/elm/elm_notify.rb @@ -43,10 +43,10 @@ module Efl [ :elm_notify_timeout_set, [ :evas_object, :double ], :void ], # EAPI double elm_notify_timeout_get(const Evas_Object *obj); [ :elm_notify_timeout_get, [ :evas_object ], :double ], - # EAPI void elm_notify_repeat_events_set(Evas_Object *obj, Eina_Bool repeat); - [ :elm_notify_repeat_events_set, [ :evas_object, :bool ], :void ], - # EAPI Eina_Bool elm_notify_repeat_events_get(const Evas_Object *obj); - [ :elm_notify_repeat_events_get, [ :evas_object ], :bool ], + # EAPI void elm_notify_allow_events_set(Evas_Object *obj, Eina_Bool allow); + [ :elm_notify_allow_events_set, [ :evas_object, :bool ], :void ], + # EAPI Eina_Bool elm_notify_allow_events_get(const Evas_Object *obj); + [ :elm_notify_allow_events_get, [ :evas_object ], :bool ], ] # attach_fcts fcts |