summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/eina_hash.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-12-23 10:19:51 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-12-23 10:19:51 +0100
commit2047dc2cf89861f376213e19c30a469ba8cb4452 (patch)
treed8420270c476f7673a39435acf8bbe31bed7137b /lib/efl/native/eina_hash.rb
parentc5c6fb46dd3e3bd530c24af0d1177acf5f7500ea (diff)
downloadffi-efl-2047dc2cf89861f376213e19c30a469ba8cb4452.zip
ffi-efl-2047dc2cf89861f376213e19c30a469ba8cb4452.tar.gz
follow C API
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 ],