diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-20 16:44:38 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-20 16:44:38 +0200 |
commit | 7c9a24a14a2c7b5ea9b3f000dad087a939a7ad0d (patch) | |
tree | e4b164316eda634c3160bf2718b5c5cb47f6d6e1 /lib/efl | |
parent | 9a7cd18cd11e0f435443c62fa68871768b98d248 (diff) | |
download | ffi-efl-7c9a24a14a2c7b5ea9b3f000dad087a939a7ad0d.zip ffi-efl-7c9a24a14a2c7b5ea9b3f000dad087a939a7ad0d.tar.gz |
genruby, set module name and fct prefix
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/eina/eina_types-ffi.rb | 2 | ||||
-rw-r--r-- | lib/efl/evas.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/eina/eina_types-ffi.rb b/lib/efl/eina/eina_types-ffi.rb index e0e72ab..b86fd74 100644 --- a/lib/efl/eina/eina_types-ffi.rb +++ b/lib/efl/eina/eina_types-ffi.rb @@ -5,7 +5,7 @@ require 'efl/ffi' # module Efl # - module Einatypes + module Eina def self.method_missing m, *args, &block return Efl::API.send 'eina_types_'+m.to_s, *args, &block end diff --git a/lib/efl/evas.rb b/lib/efl/evas.rb index e1115c3..8999245 100644 --- a/lib/efl/evas.rb +++ b/lib/efl/evas.rb @@ -70,7 +70,7 @@ module Efl # end # - class Efl::APIObject + class EvasObject def type_get Efl::API.evas_object_type_get @evas end |