summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:29:44 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:29:44 +0100
commitb79cc483a8a09f9589cf7b9ef31bc78d947f24ff (patch)
treed54670205cf43d12d8ecd7dd1d91597731525a9a /tools
parente2fa9dcf9bf6b3ef5428f1cc13feacb2cfd0e6a9 (diff)
downloadffi-efl-b79cc483a8a09f9589cf7b9ef31bc78d947f24ff.zip
ffi-efl-b79cc483a8a09f9589cf7b9ef31bc78d947f24ff.tar.gz
parse elm_password.h, generate elm_password.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 87a41c4..4a03459 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -419,7 +419,7 @@ libs << elm_h('elm_notify.h', 'ElmNotify')
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', 'ElmX')
+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_plug.h', 'ElmX')