summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:08:12 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:08:12 +0100
commit46fffe2653b79348c9ba8f128811b2d922c0e908 (patch)
tree3c97612a03ab401719e4bc0c3918432b7bc10ac3 /tools/genruby.rb
parentdbdf77af301e352e59ad558848f43c361b656045 (diff)
downloadffi-efl-46fffe2653b79348c9ba8f128811b2d922c0e908.zip
ffi-efl-46fffe2653b79348c9ba8f128811b2d922c0e908.tar.gz
parse elm_route.h, generate elm_route.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 711f671..faa2e42 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -424,7 +424,7 @@ libs << elm_h('elm_photo.h', 'ElmPhoto')
#libs << elm_h('elm_plug.h', 'ElmPlug')
libs << elm_h('elm_progressbar.h', 'ElmProgressBar')
libs << elm_h('elm_radio.h', 'ElmRadio')
-#libs << elm_h('elm_route.h', 'ElmRoute')
+libs << elm_h('elm_route.h', 'ElmRoute')
libs << elm_h('elm_scale.h', 'ElmScale')
libs << elm_h('elm_scroll.h', 'ElmScroll')
#libs << elm_h('elm_segment_control.h', 'ElmSegmentControl')