summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-29 17:57:38 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-29 17:57:38 +0100
commitd13fa37a9b82920febb80805cd29f91e22684bc4 (patch)
treeb324714de21070344f62e773af92d669d0f1e169 /tools/genruby.rb
parentb306e3f4a2352246eb8baf7d17a54a89bfd02893 (diff)
downloadffi-efl-d13fa37a9b82920febb80805cd29f91e22684bc4.zip
ffi-efl-d13fa37a9b82920febb80805cd29f91e22684bc4.tar.gz
parse elm_store.h, generate elm_store.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 1013c92..f72b6f1 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -431,7 +431,7 @@ libs << elm_h('elm_separator.h', 'ElmSeparator')
libs << elm_h('elm_slider.h', 'ElmSlider')
libs << elm_h('elm_slideshow.h', 'ElmSlideshow')
libs << elm_h('elm_spinner.h', 'ElmSpinner')
-#libs << elm_h('elm_store.h', 'ElmStore')
+libs << elm_h('elm_store.h', 'ElmStore')
libs << elm_h('elm_table.h', 'ElmTable')
libs << elm_h('elm_theme.h', 'ElmTheme')
libs << elm_h('elm_thumb.h', 'ElmThumb')