summaryrefslogtreecommitdiffstats
path: root/lib/efl/eina
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-20 16:55:46 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-20 16:55:46 +0200
commit1e52dc26575a472fd108e187bda2cd2447a387cc (patch)
tree306920873995e6c8dec7561cd9c9d368d3728b5f /lib/efl/eina
parentd37c4333c4eb1a7d659fd45c05b7fa02ee7c0172 (diff)
downloadffi-efl-1e52dc26575a472fd108e187bda2cd2447a387cc.zip
ffi-efl-1e52dc26575a472fd108e187bda2cd2447a387cc.tar.gz
focus jeremy please
Diffstat (limited to 'lib/efl/eina')
-rw-r--r--lib/efl/eina/eina_types-ffi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/eina/eina_types-ffi.rb b/lib/efl/eina/eina_types-ffi.rb
index b86fd74..2601ee3 100644
--- a/lib/efl/eina/eina_types-ffi.rb
+++ b/lib/efl/eina/eina_types-ffi.rb
@@ -7,7 +7,7 @@ module Efl
#
module Eina
def self.method_missing m, *args, &block
- return Efl::API.send 'eina_types_'+m.to_s, *args, &block
+ return Efl::API.send 'eina_'+m.to_s, *args, &block
end
end
#