diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-21 09:50:21 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-21 09:50:21 +0100 |
commit | 725a08945810facb63eeb5aa7a16d08299b965d8 (patch) | |
tree | e8359760bdf01f94cb9e9893e9f6bca1a7f678bf /lib | |
parent | 796e15aa85797699fb1b021ff66d28f850a3462a (diff) | |
download | ffi-efl-725a08945810facb63eeb5aa7a16d08299b965d8.zip ffi-efl-725a08945810facb63eeb5aa7a16d08299b965d8.tar.gz |
update C API, elm_list_first|last_item_get
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efl/native/elm/elm_list.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_list.rb b/lib/efl/native/elm/elm_list.rb index 4042177..193883e 100644 --- a/lib/efl/native/elm/elm_list.rb +++ b/lib/efl/native/elm/elm_list.rb @@ -95,6 +95,10 @@ module Efl [ :elm_list_item_prev, [ :elm_object_item ], :elm_object_item ], # EAPI Elm_Object_Item *elm_list_item_next(const Elm_Object_Item *it); [ :elm_list_item_next, [ :elm_object_item ], :elm_object_item ], + # EAPI Elm_Object_Item *elm_list_first_item_get(const Evas_Object *obj); + [ :elm_list_first_item_get, [ :evas_object ], :elm_object_item ], + # EAPI Elm_Object_Item *elm_list_last_item_get(const Evas_Object *obj); + [ :elm_list_last_item_get, [ :evas_object ], :elm_object_item ], ] # attach_fcts fcts |