summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index dc44779..dbc51c5 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -85,7 +85,7 @@ TYPES = {
'struct tm *' => ':pointer',
'struct timeval *' => ':pointer',
'struct sockaddr *' => ':pointer',
- 'Eina_Bool' => ':bool'
+ 'Eina_Bool' => ':eina_bool'
}
#
TYPES_USAGE = {}