summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-29 17:12:28 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-29 17:12:28 +0100
commit3b43739a0fe76ee72ac9b8a7a612b8a997151f83 (patch)
treedb642eb2cdc8f9f53837941f2baeff54ee5c7556 /tools
parent1e1cf7af4c0cdf583cca161e499638dcb0133074 (diff)
downloadffi-efl-3b43739a0fe76ee72ac9b8a7a612b8a997151f83.zip
ffi-efl-3b43739a0fe76ee72ac9b8a7a612b8a997151f83.tar.gz
parse elm_segment_control.h, generate elm_segment_control.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 7d4f7c8..5031d15 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -426,7 +426,7 @@ libs << elm_h('elm_radio.h', 'ElmRadio')
libs << elm_h('elm_route.h', 'ElmRoute', ["#{NATIVE}/emap","#{NATIVE}/elementary"])
libs << elm_h('elm_scale.h', 'ElmScale')
libs << elm_h('elm_scroll.h', 'ElmScroll')
-#libs << elm_h('elm_segment_control.h', 'ElmSegmentControl')
+libs << elm_h('elm_segment_control.h', 'ElmSegmentControl')
libs << elm_h('elm_separator.h', 'ElmSeparator')
libs << elm_h('elm_slider.h', 'ElmSlider')
libs << elm_h('elm_slideshow.h', 'ElmSlideshow')