summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:33:35 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:33:35 +0100
commit94e65ef91def53be93f7cf1006510f08ff71f2dd (patch)
tree5c1137ef94505820b0b2a2b7ac811460c4eb4d66 /tools
parenteb68fd362b069f40b9d93cc4b3524dbc13eef6a4 (diff)
downloadffi-efl-94e65ef91def53be93f7cf1006510f08ff71f2dd.zip
ffi-efl-94e65ef91def53be93f7cf1006510f08ff71f2dd.tar.gz
parse elm_radio.h, generate elm_radio.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 38cd6e7..3907d6f 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -426,7 +426,7 @@ libs << elm_h('elm_panes.h', 'ElmPanes')
#libs << elm_h('elm_photo.h', 'ElmX')
#libs << elm_h('elm_plug.h', 'ElmX')
#libs << elm_h('elm_progressbar.h', 'ElmX')
-#libs << elm_h('elm_radio.h', 'ElmX')
+libs << elm_h('elm_radio.h', 'ElmRadio')
#libs << elm_h('elm_route.h', 'ElmX')
#libs << elm_h('elm_scale.h', 'ElmX')
#libs << elm_h('elm_scroll.h', 'ElmX')