summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:09:29 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:09:29 +0100
commit53579f8ec711675c2b304f9a616feac72fcaa0a9 (patch)
tree04132cf3e3b1305b815b2e71f5a0dfac7d4a2bd2 /tools
parent29e9450a0771e668a2edd87e2287815c2981cab8 (diff)
downloadffi-efl-53579f8ec711675c2b304f9a616feac72fcaa0a9.zip
ffi-efl-53579f8ec711675c2b304f9a616feac72fcaa0a9.tar.gz
parse elm_index.h, generate elm_index.rb
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index ed6af28..fa27591 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -408,7 +408,7 @@ libs << elm_h('elm_frame.h', 'ElmFrame')
libs << elm_h('elm_grid.h', 'ElmGrid')
libs << elm_h('elm_hover.h', 'ElmHover')
libs << elm_h('elm_image.h', 'ElmImage')
-#libs << elm_h('elm_index.h', 'ElmX')
+libs << elm_h('elm_index.h', 'ElmIndex')
#libs << elm_h('elm_intro.h', 'ElmX')
libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"])
libs << elm_h('elm_layout.h', 'ElmLayout')