diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-05 00:38:04 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-05 00:38:04 +0200 |
commit | 01e968f8f6b3c070db0336b5997c03c36a283e11 (patch) | |
tree | 4b0d380eb3959441731dfa531d289b7eb11f1ac0 /lib/efl/evas.rb | |
parent | f3d11962e77d25d19a312b4baa1a390539b2187b (diff) | |
download | ffi-efl-01e968f8f6b3c070db0336b5997c03c36a283e11.zip ffi-efl-01e968f8f6b3c070db0336b5997c03c36a283e11.tar.gz |
proxy_list becomes search_prefixes
Diffstat (limited to 'lib/efl/evas.rb')
-rw-r--r-- | lib/efl/evas.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/evas.rb b/lib/efl/evas.rb index 05ca491..1dcc1a4 100644 --- a/lib/efl/evas.rb +++ b/lib/efl/evas.rb @@ -48,7 +48,7 @@ module Efl class REvas # include Efl::ClassHelper - proxy_list [Efl::Native,'evas_'].freeze + search_prefixes 'evas_' # def initialize o=nil @ptr = ( @@ -108,7 +108,7 @@ module Efl class REvasObject # include Efl::ClassHelper - proxy_list [Efl::Native,'evas_object_'].freeze, [Efl::Native,'evas_'].freeze + search_prefixes 'evas_object_', 'evas_' # def initialize o=nil @ptr = ( |