diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-28 17:02:02 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-28 17:02:02 +0200 |
commit | dffbf7522488feb15384649c41143bd866184cb4 (patch) | |
tree | 932971c0eb3cb1370b7149380c50411f8ef6b369 /lib/efl/ffi | |
parent | aa7ddc693a3bf6fed5c346f83b3aa7791ba83a8a (diff) | |
download | ffi-efl-dffbf7522488feb15384649c41143bd866184cb4.zip ffi-efl-dffbf7522488feb15384649c41143bd866184cb4.tar.gz |
fic efl/ffi/ecore_evas generation + minimal specs
Diffstat (limited to 'lib/efl/ffi')
-rw-r--r-- | lib/efl/ffi/ecore/ecore_evas.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ffi/ecore/ecore_evas.rb b/lib/efl/ffi/ecore/ecore_evas.rb index baa1568..7231897 100644 --- a/lib/efl/ffi/ecore/ecore_evas.rb +++ b/lib/efl/ffi/ecore/ecore_evas.rb @@ -7,7 +7,7 @@ module Efl # module EcoreEvas def self.method_missing m, *args, &block - return Efl::FFI.send 'ecore_'+m.to_s, *args, &block + return Efl::FFI.send 'ecore_evas_'+m.to_s, *args, &block end end # |