summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:55:50 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:55:50 +0100
commit06ea8f41dfe38ffc35098362ee7f754a014fa481 (patch)
tree35ed6417b02436f7b94ac134d590ba64889c8d6c /tools/genruby.rb
parentf5cb496712682132aee5a2157e4865fa51f8a1a9 (diff)
downloadffi-efl-06ea8f41dfe38ffc35098362ee7f754a014fa481.zip
ffi-efl-06ea8f41dfe38ffc35098362ee7f754a014fa481.tar.gz
parse elm_app.h, generate elm_app.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 cd24f08..a4bcf58 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -375,7 +375,7 @@ libs << elm_h('elc_hoversel.h', 'ElmHoverSel', ["#{NATIVE}/elementary","#{NATIVE
libs << elm_h('elc_multibuttonentry.h', 'ElmMultiButtonEntry')
libs << elm_h('elc_naviframe.h', 'ElmNaviFrame')
libs << elm_h('elm_actionslider.h', 'ElmActionSlider')
-#libs << elm_h('elm_app.h', 'ElmApp')
+libs << elm_h('elm_app.h', 'ElmApp')
libs << elm_h('elm_bg.h', 'ElmBg')
libs << elm_h('elm_box.h', 'ElmBox')
libs << elm_h('elm_bubble.h', 'ElmBubble')