summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/eina_hash.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-12-07 23:06:30 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-12-07 23:06:30 +0100
commit21d373b405933b8f7dffb19a384e7dc6b6667f3a (patch)
tree72f5c0556c3b55d9cdd5fbf64db23e39b41bee36 /lib/efl/native/eina_hash.rb
parent1be5514bb12d1f087422cae92521c8a0a1104bb2 (diff)
downloadffi-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.rb2
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 ],