summaryrefslogtreecommitdiffstats
path: root/lib/efl/ffi/eet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/ffi/eet.rb')
-rw-r--r--lib/efl/ffi/eet.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/ffi/eet.rb b/lib/efl/ffi/eet.rb
index 37602c9..5e78e09 100644
--- a/lib/efl/ffi/eet.rb
+++ b/lib/efl/ffi/eet.rb
@@ -7,11 +7,11 @@ module Efl
#
module Eet
def self.method_missing m, *args, &block
- return Efl::API.send 'eet_'+m.to_s, *args, &block
+ return Efl::FFI.send 'eet_'+m.to_s, *args, &block
end
end
#
- module API
+ module FFI
#
#
ffi_lib 'eet'