summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_store.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-08 10:49:41 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-08 10:49:41 +0100
commit1f20cb1a9fa5dfcea67e356c5f2f53642ae044bf (patch)
treec4acf6ffc8ff72f32f0ad7d935affdb60c748ccc /lib/efl/native/elm/elm_store.rb
parent7d25e33cdffa2984544366a83b9f0014297267d8 (diff)
downloadffi-efl-1f20cb1a9fa5dfcea67e356c5f2f53642ae044bf.zip
ffi-efl-1f20cb1a9fa5dfcea67e356c5f2f53642ae044bf.tar.gz
fix the FIXME's
Diffstat (limited to 'lib/efl/native/elm/elm_store.rb')
-rw-r--r--lib/efl/native/elm/elm_store.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_store.rb b/lib/efl/native/elm/elm_store.rb
index 99854e6..abd467f 100644
--- a/lib/efl/native/elm/elm_store.rb
+++ b/lib/efl/native/elm/elm_store.rb
@@ -47,8 +47,6 @@ 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);