summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-11-10 09:59:15 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-11-10 09:59:15 +0100
commit146cfc357e31042c5c6723331ca6564c54241fd0 (patch)
treeb4630b473041089dfc11e3a93fe6c3f10b0ec485 /tools
parent9bf7a55e9e1b70fdf17bbb7eac59f0a292d47934 (diff)
downloadffi-efl-146cfc357e31042c5c6723331ca6564c54241fd0.zip
ffi-efl-146cfc357e31042c5c6723331ca6564c54241fd0.tar.gz
Eina_Inlist * is a pointer
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 1912a07..e2ee632 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -99,6 +99,7 @@ TYPES = {
# Efl BASE TYPES
'Eina_Bool' => ':eina_bool',
'Eina_Bool *' => ':eina_bool_p',
+ 'Eina_Inlist *' => ':pointer',
'Eina_Iterator' => ':eina_iterator',
'Eina_Iterator *' => ':eina_iterator_p',
'Eina_Accessor' => ':eina_accessor',