summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 92bc5b0..d5649f1 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -243,6 +243,7 @@ TYPES = {
'unsigned int' => ':uint',
'unsigned char' => ':uchar',
'unsigned short' => ':ushort',
+ 'unsigned long int' => ':ulong',
'unsigned long long' => ':ulong_long',
'char *' => ':string', # FIXME ?!?!
'fd_set *' => ':pointer',
@@ -294,6 +295,11 @@ libs << {
:requires=>[], :constants=>[]
}
libs << {
+ :lib=>'eina', :header=>'eina_file.h',
+ :modname=>'EinaFile', :prefix=>'eina_file', :outfile=>'eina_file.rb',
+ :requires=>[], :constants=>[]
+}
+libs << {
:lib=>'eet', :header=>'Eet.h',
:modname=>'Eet', :prefix=>'eet', :outfile=>'eet.rb',
:requires=>["#{NATIVE}/eina_xattr","#{NATIVE}/eina_list"], :constants=>[]