summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:39:40 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:39:40 +0100
commitc6d48d99f3e91597602e39f79fd008f11894f869 (patch)
treee8448529941c7031559df9b22aad27fc0e5f8f6c /tools/genruby.rb
parent3d5001fdb4cc8a9032f044a781fe20e840e8906e (diff)
downloadffi-efl-c6d48d99f3e91597602e39f79fd008f11894f869.zip
ffi-efl-c6d48d99f3e91597602e39f79fd008f11894f869.tar.gz
parse elm_anchorview.h, generate elm_anchorview.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 e385986..c0fa0c1 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -366,7 +366,7 @@ libs << elm_h('elm_scroller.h', 'ElmScroller')
libs << elm_h('elm_entry.h', 'ElmEntry', ["#{NATIVE}/edje","#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon","#{NATIVE}/elm/elm_scroller"])
libs << elm_h('elm_list.h', 'ElmList', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"])
libs << elm_h('elc_anchorblock.h', 'ElmAnchorBlock')
-#libs << elm_h('elc_anchorview.h', 'ElmX')
+libs << elm_h('elc_anchorview.h', 'ElmAnchorView')
#libs << elm_h('elc_ctxpopup.h', 'ElmX')
libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton')
libs << elm_h('elc_fileselector_entry.h', 'ElmFileSelectorEntry')