summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:25:50 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:25:50 +0100
commit7d35dcd880d9c29c40b853c88a44cf0cd685d16e (patch)
treee077ef30ced5576f5f25e6387b7bf2bc7f53d403 /tools/genruby.rb
parentef60728db6f5c98ea6534f19ad0b0098fe66ca8c (diff)
downloadffi-efl-7d35dcd880d9c29c40b853c88a44cf0cd685d16e.zip
ffi-efl-7d35dcd880d9c29c40b853c88a44cf0cd685d16e.tar.gz
parse elm_mirroring.h, generate elm_mirroring.rb
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 e98ca16..fd64127 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -413,7 +413,7 @@ libs << elm_h('elm_layout.h', 'ElmLayout')
#libs << elm_h('elm_mapbuf.h', 'ElmX')
#libs << elm_h('elm_map.h', 'ElmX')
libs << elm_h('elm_menu.h', 'ElmMenu')
-#libs << elm_h('elm_mirroring.h', 'ElmX')
+libs << elm_h('elm_mirroring.h', 'ElmMirroring')
#libs << elm_h('elm_need.h', 'ElmX')
libs << elm_h('elm_notify.h', 'ElmNotify')
libs << elm_h('elm_pager.h', 'ElmPager')