summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 14:15:18 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 14:15:18 +0100
commitfad4672dc913b4c61492179bc4eb10746f8e1dbf (patch)
tree3912d943dd0b5c3619c377e31d53f8551d4e45ea /tools
parent9317a29c12a0241c737f6ad62f55d25667aa5e95 (diff)
downloadffi-efl-fad4672dc913b4c61492179bc4eb10746f8e1dbf.zip
ffi-efl-fad4672dc913b4c61492179bc4eb10746f8e1dbf.tar.gz
parse elm_thumb.h, generate elm_thumb.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 7cf96fd..b544602 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -436,7 +436,7 @@ libs << elm_h('elm_spinner.h', 'ElmSpinner')
#libs << elm_h('elm_store.h', 'ElmX')
libs << elm_h('elm_table.h', 'ElmTable')
libs << elm_h('elm_theme.h', 'ElmTheme')
-#libs << elm_h('elm_thumb.h', 'ElmX')
+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', 'ElmX')
#libs << elm_h('elm_video.h', 'ElmX')