diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 11:50:17 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 11:50:17 +0100 |
commit | 64ab0ace64617c2b017981d4a28b78f935c579cd (patch) | |
tree | 213cf478834356fbb9cf9e16af79db623b971f4e /tools | |
parent | 0269c54ebb2ac1f75799c935d8ba6173a426d0c5 (diff) | |
download | ffi-efl-64ab0ace64617c2b017981d4a28b78f935c579cd.zip ffi-efl-64ab0ace64617c2b017981d4a28b78f935c579cd.tar.gz |
parse elm_table.h, generate elm_table.rb
Diffstat (limited to 'tools')
-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 8c8674d..8a72739 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -436,7 +436,7 @@ libs << elm_h('elm_slider.h', 'ElmSlider') #libs << elm_h('elm_slideshow.h', 'ElmX') libs << elm_h('elm_spinner.h', 'ElmSpinner') #libs << elm_h('elm_store.h', 'ElmX') -#libs << elm_h('elm_table.h', 'ElmX') +libs << elm_h('elm_table.h', 'ElmX') #libs << elm_h('elm_theme.h', 'ElmX') #libs << elm_h('elm_thumb.h', 'ElmX') #libs << elm_h('elm_toolbar.h', 'ElmX') |