diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-12-07 23:06:30 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-12-07 23:06:30 +0100 |
commit | 21d373b405933b8f7dffb19a384e7dc6b6667f3a (patch) | |
tree | 72f5c0556c3b55d9cdd5fbf64db23e39b41bee36 /lib/efl/native/eina_hash.rb | |
parent | 1be5514bb12d1f087422cae92521c8a0a1104bb2 (diff) | |
download | ffi-efl-21d373b405933b8f7dffb19a384e7dc6b6667f3a.zip ffi-efl-21d373b405933b8f7dffb19a384e7dc6b6667f3a.tar.gz |
folow C API, mainly C prototypes cleanup
Diffstat (limited to 'lib/efl/native/eina_hash.rb')
-rw-r--r-- | lib/efl/native/eina_hash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/eina_hash.rb b/lib/efl/native/eina_hash.rb index b2c4386..383c182 100644 --- a/lib/efl/native/eina_hash.rb +++ b/lib/efl/native/eina_hash.rb @@ -104,7 +104,7 @@ module Efl [ :eina_hash_iterator_data_new, [ :eina_hash_p ], :eina_iterator_p ], # EAPI Eina_Iterator *eina_hash_iterator_tuple_new(const Eina_Hash *hash); [ :eina_hash_iterator_tuple_new, [ :eina_hash_p ], :eina_iterator_p ], - # EAPI void eina_hash_foreach(const Eina_Hash *hash, Eina_Hash_Foreach cb, const void *fdata); + # EAPI void eina_hash_foreach(const Eina_Hash *hash, Eina_Hash_Foreach func, const void *fdata); [ :eina_hash_foreach, [ :eina_hash_p, :eina_hash_foreach, :void_p ], :void ], # EAPI int eina_hash_superfast(const char *key, int len); [ :eina_hash_superfast, [ :string, :int ], :int ], |