summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:33:16 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:33:16 +0100
commit9a924c6c52e33721b37905a8761348792b70a34b (patch)
tree8787fae49a26fe4afba89cc59ac5b3cf2443b108 /tools/genruby.rb
parentb79cc483a8a09f9589cf7b9ef31bc78d947f24ff (diff)
downloadffi-efl-9a924c6c52e33721b37905a8761348792b70a34b.zip
ffi-efl-9a924c6c52e33721b37905a8761348792b70a34b.tar.gz
parse elm_photo.h, generate elm_photo.rb
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 4a03459..e6b66b8 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -420,8 +420,8 @@ libs << elm_h('elm_pager.h', 'ElmPager')
libs << elm_h('elm_panel.h', 'ElmPanel')
libs << elm_h('elm_panes.h', 'ElmPanes')
libs << elm_h('elm_password.h', 'ElmPassword')
-#libs << elm_h('elm_photocam.h', 'ElmX')
-#libs << elm_h('elm_photo.h', 'ElmX')
+libs << elm_h('elm_photocam.h', 'ElmPhotoCam')
+libs << elm_h('elm_photo.h', 'ElmPhoto')
#libs << elm_h('elm_plug.h', 'ElmX')
libs << elm_h('elm_progressbar.h', 'ElmProgressBar')
libs << elm_h('elm_radio.h', 'ElmRadio')