diff options
| -rw-r--r-- | lib/efl/native/elm/elm_tooltip.rb | 2 | ||||
| -rwxr-xr-x | tools/genruby.rb | 1 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_tooltip.rb b/lib/efl/native/elm/elm_tooltip.rb index 345ac8d..3532580 100644 --- a/lib/efl/native/elm/elm_tooltip.rb +++ b/lib/efl/native/elm/elm_tooltip.rb @@ -8,7 +8,7 @@ module Efl      #      module ElmTooltip          # -        FCT_PREFIX = 'elm_' unless const_defined? :FCT_PREFIX +        FCT_PREFIX = 'elm_object_tooltip_' unless const_defined? :FCT_PREFIX          #          def self.method_missing meth, *args, &block              sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX 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')  | 
