summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:52:00 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:52:00 +0100
commit903e6acf51d52b614e62ca4403fa64eac54dde5b (patch)
treed3f1c0c193f48f3db525aa7b4f0e068e829272c8 /tools
parent156be17f641a60ee20e94f46adefa1bdac17dbba (diff)
downloadffi-efl-903e6acf51d52b614e62ca4403fa64eac54dde5b.zip
ffi-efl-903e6acf51d52b614e62ca4403fa64eac54dde5b.tar.gz
parse elm_ctxpopup.h, generate elm_ctxpopup.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 043f80b..27b1097 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -367,7 +367,7 @@ libs << elm_h('elm_entry.h', 'ElmEntry', ["#{NATIVE}/edje","#{NATIVE}/elementary
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', 'ElmAnchorView')
-#libs << elm_h('elc_ctxpopup.h', 'ElmX')
+libs << elm_h('elc_ctxpopup.h', 'ElmCtxPopup')
libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton')
libs << elm_h('elc_fileselector_entry.h', 'ElmFileSelectorEntry')
libs << elm_h('elc_fileselector.h', 'ElmFileSelector')