diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:29:47 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:29:47 +0100 |
commit | 71e3a0bc514fbd28fe9600448c40b7bb53627378 (patch) | |
tree | 681d52aad0044ac852b520c0141ed57a3e3d567c /lib/efl/native/elm/elm_flipselector.rb | |
parent | 3fce398a3e2b7a1cd231223abea6961a4cbf8ea9 (diff) | |
download | ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.zip ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.tar.gz |
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_flipselector.rb')
-rw-r--r-- | lib/efl/native/elm/elm_flipselector.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_flipselector.rb b/lib/efl/native/elm/elm_flipselector.rb index a9995b9..fd80fad 100644 --- a/lib/efl/native/elm/elm_flipselector.rb +++ b/lib/efl/native/elm/elm_flipselector.rb @@ -49,10 +49,10 @@ module Efl [ :elm_flipselector_item_prev_get, [ :elm_object_item ], :elm_object_item ], # EAPI Elm_Object_Item *elm_flipselector_item_next_get(const Elm_Object_Item *it); [ :elm_flipselector_item_next_get, [ :elm_object_item ], :elm_object_item ], - # EAPI void elm_flipselector_interval_set(Evas_Object *obj, double interval); - [ :elm_flipselector_interval_set, [ :evas_object, :double ], :void ], - # EAPI double elm_flipselector_interval_get(const Evas_Object *obj); - [ :elm_flipselector_interval_get, [ :evas_object ], :double ], + # EAPI void elm_flipselector_first_interval_set(Evas_Object *obj, double interval); + [ :elm_flipselector_first_interval_set, [ :evas_object, :double ], :void ], + # EAPI double elm_flipselector_first_interval_get(const Evas_Object *obj); + [ :elm_flipselector_first_interval_get, [ :evas_object ], :double ], ] # attach_fcts fcts |