summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 14:45:41 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 14:45:41 +0100
commit52a3c45956a21bf86c156abe73077b5f3786303a (patch)
treeb2fb2d3a8a876bdfa40aa14e81275b47962efa1f /tools/genruby.rb
parentdc6c216bc5bcc3319a1aca55adcb713e59cca985 (diff)
downloadffi-efl-52a3c45956a21bf86c156abe73077b5f3786303a.zip
ffi-efl-52a3c45956a21bf86c156abe73077b5f3786303a.tar.gz
parse elm_web.h, generate elm_web.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 edf95c0..27cff71 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -440,7 +440,7 @@ libs << elm_h('elm_thumb.h', 'ElmThumb')
libs << elm_h('elm_toolbar.h', 'ElmToolbar', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon"])
libs << elm_h('elm_transit.h', 'ElmTransit')
libs << elm_h('elm_video.h', 'ElmVideo')
-#libs << elm_h('elm_web.h', 'ElmX')
+libs << elm_h('elm_web.h', 'ElmWeb')
#libs << elm_h('elm_widget.h', 'ElmX')
libs << elm_h('elm_win.h', 'ElmWin')