diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 12:09:29 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 12:09:29 +0100 |
commit | 53579f8ec711675c2b304f9a616feac72fcaa0a9 (patch) | |
tree | 04132cf3e3b1305b815b2e71f5a0dfac7d4a2bd2 /tools/genruby.rb | |
parent | 29e9450a0771e668a2edd87e2287815c2981cab8 (diff) | |
download | ffi-efl-53579f8ec711675c2b304f9a616feac72fcaa0a9.zip ffi-efl-53579f8ec711675c2b304f9a616feac72fcaa0a9.tar.gz |
parse elm_index.h, generate elm_index.rb
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 2 |
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') |