summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 14:43:48 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 14:43:48 +0100
commitdc6c216bc5bcc3319a1aca55adcb713e59cca985 (patch)
tree0848df394f21fd236c4a91fdde2c474ed41fa3ad /tools/genruby.rb
parenta5eaa17e19cb1695bfc7a47fc5374c1218ec3e82 (diff)
downloadffi-efl-dc6c216bc5bcc3319a1aca55adcb713e59cca985.zip
ffi-efl-dc6c216bc5bcc3319a1aca55adcb713e59cca985.tar.gz
parse elm_video.h, generate elm_video.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 ef62610..edf95c0 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -439,7 +439,7 @@ libs << elm_h('elm_theme.h', 'ElmTheme')
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', 'ElmX')
+libs << elm_h('elm_video.h', 'ElmVideo')
#libs << elm_h('elm_web.h', 'ElmX')
#libs << elm_h('elm_widget.h', 'ElmX')
libs << elm_h('elm_win.h', 'ElmWin')