summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:48:25 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:48:25 +0100
commit0269c54ebb2ac1f75799c935d8ba6173a426d0c5 (patch)
treeb22fc12e5251b22ec08ee4d77681993b4833f541 /tools
parente0929df4e94fb8d4b3216f52694b558b3f04739f (diff)
downloadffi-efl-0269c54ebb2ac1f75799c935d8ba6173a426d0c5.zip
ffi-efl-0269c54ebb2ac1f75799c935d8ba6173a426d0c5.tar.gz
parse elm_separator.h, generate elm_separator.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 b67ac5d..8c8674d 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -431,7 +431,7 @@ libs << elm_h('elm_radio.h', 'ElmRadio')
#libs << elm_h('elm_scale.h', 'ElmX')
libs << elm_h('elm_scroll.h', 'ElmScroll')
#libs << elm_h('elm_segment_control.h', 'ElmX')
-#libs << elm_h('elm_separator.h', 'ElmX')
+libs << elm_h('elm_separator.h', 'ElmSeparator')
libs << elm_h('elm_slider.h', 'ElmSlider')
#libs << elm_h('elm_slideshow.h', 'ElmX')
libs << elm_h('elm_spinner.h', 'ElmSpinner')