summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',