diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-20 16:16:09 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-20 16:16:09 +0100 | 
| commit | 821a1acdb583b2727717a6d3360c49f7a3489d52 (patch) | |
| tree | ce9e3bfe19642df1d8fec2d02241d3dd284d50f2 /lib/efl/native/elm/elm_store.rb | |
| parent | 4a2c039c135aabac55b2d88a5f5548d52d7a3cdf (diff) | |
| download | ffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.zip ffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.tar.gz | |
Diffstat (limited to 'lib/efl/native/elm/elm_store.rb')
| -rw-r--r-- | lib/efl/native/elm/elm_store.rb | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/lib/efl/native/elm/elm_store.rb b/lib/efl/native/elm/elm_store.rb index 3dce9b9..ac3dcc5 100644 --- a/lib/efl/native/elm/elm_store.rb +++ b/lib/efl/native/elm/elm_store.rb @@ -47,6 +47,8 @@ module Efl          typedef :pointer, :elm_store_item_mapping_custom          #          # CALLBACKS +        # typedef struct _Elm_Store_Item_Mapping Elm_Store_Item_Mapping; /**< A basic way of telling Store how to take your return data (string, or something else from your struct) and convert it into something genlist can use */typedef struct _Elm_Store_Item_Mapping_Empty Elm_Store_Item_Mapping_Empty; /**< An empty piece of mapping information. Useful for String labels as they get used directly */ +        # FIXME          # typedef Eina_Bool (*Elm_Store_Item_List_Cb) (void *data, Elm_Store_Item_Info *info);          callback :elm_store_item_list_cb, [ :pointer, :elm_store_item_info ], :bool          # typedef void (*Elm_Store_Item_Fetch_Cb) (void *data, Elm_Store_Item *sti); @@ -69,7 +71,7 @@ module Efl          # EAPI const char *elm_store_item_filesystem_path_get(const Elm_Store_Item *sti);          [ :elm_store_item_filesystem_path_get, [ :elm_store_item ], :string ],          # EAPI void elm_store_target_genlist_set(Elm_Store *st, Evas_Object *obj); -        [ :elm_store_target_genlist_set, [ :elm_store, :evas_object ], :void ], +        [ :elm_store_target_genlist_set, [ :elm_store, :pointer ], :void ],          # EAPI void elm_store_cache_set(Elm_Store *st, int max);          [ :elm_store_cache_set, [ :elm_store, :int ], :void ],          # EAPI int elm_store_cache_get(const Elm_Store *st); | 
