summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:23:57 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:23:57 +0100
commit06f9b4dbacccc83f6fe0ecf42cb3c56410051a42 (patch)
tree3bf4038bd8f9cfbd09acadfffccf94876bd0b26b /tools/genruby.rb
parent695680a36cc9ed7e37e6c1b4bb276574071b4671 (diff)
downloadffi-efl-06f9b4dbacccc83f6fe0ecf42cb3c56410051a42.zip
ffi-efl-06f9b4dbacccc83f6fe0ecf42cb3c56410051a42.tar.gz
fix elm_tooltip function prefix
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 1b27880..92bc5b0 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -369,6 +369,7 @@ libs << {
:requires=>["#{NATIVE}/evas","#{NATIVE}/elementary"], :constants=>[]
}
libs << elm_h('elm_tooltip.h', 'ElmTooltip')
+libs[-1][:prefix] = 'elm_object_tooltip'
libs << elm_h('elm_object_item.h', 'ElmObjectItem')
libs << elm_h('elm_object.h', 'ElmObject', ["#{NATIVE}/edje","#{NATIVE}/elementary"])
libs << elm_h('elm_icon.h', 'ElmIcon')