From 725a08945810facb63eeb5aa7a16d08299b965d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 21 Mar 2012 09:50:21 +0100 Subject: update C API, elm_list_first|last_item_get --- lib/efl/native/elm/elm_list.rb | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1-2-g2b99