summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:50:17 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:50:17 +0100
commit64ab0ace64617c2b017981d4a28b78f935c579cd (patch)
tree213cf478834356fbb9cf9e16af79db623b971f4e /tools
parent0269c54ebb2ac1f75799c935d8ba6173a426d0c5 (diff)
downloadffi-efl-64ab0ace64617c2b017981d4a28b78f935c579cd.zip
ffi-efl-64ab0ace64617c2b017981d4a28b78f935c579cd.tar.gz
parse elm_table.h, generate elm_table.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 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')