summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:35:58 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:35:58 +0100
commit6d11f53795cd8e11d36dd0ee07fc81c79c300808 (patch)
treeaa675e9a3b61a8d001590f97490130a638365601 /tools/genruby.rb
parent94e65ef91def53be93f7cf1006510f08ff71f2dd (diff)
downloadffi-efl-6d11f53795cd8e11d36dd0ee07fc81c79c300808.zip
ffi-efl-6d11f53795cd8e11d36dd0ee07fc81c79c300808.tar.gz
parse elm_progressbar.h, generate elm_progressbar.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 3907d6f..eb9ee19 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -425,7 +425,7 @@ libs << elm_h('elm_panes.h', 'ElmPanes')
#libs << elm_h('elm_photocam.h', 'ElmX')
#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_progressbar.h', 'ElmProgressBar')
libs << elm_h('elm_radio.h', 'ElmRadio')
#libs << elm_h('elm_route.h', 'ElmX')
#libs << elm_h('elm_scale.h', 'ElmX')