diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-20 16:49:36 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-20 16:49:36 +0200 |
commit | d37c4333c4eb1a7d659fd45c05b7fa02ee7c0172 (patch) | |
tree | 33ba3e7106b6865e5b9cab98ffa54c2ddb1a97e3 /lib/efl/ecore/ecore_input-ffi.rb | |
parent | 7c9a24a14a2c7b5ea9b3f000dad087a939a7ad0d (diff) | |
download | ffi-efl-d37c4333c4eb1a7d659fd45c05b7fa02ee7c0172.zip ffi-efl-d37c4333c4eb1a7d659fd45c05b7fa02ee7c0172.tar.gz |
regenerate bindings
Diffstat (limited to 'lib/efl/ecore/ecore_input-ffi.rb')
-rw-r--r-- | lib/efl/ecore/ecore_input-ffi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ecore/ecore_input-ffi.rb b/lib/efl/ecore/ecore_input-ffi.rb index dde4d2e..e80db89 100644 --- a/lib/efl/ecore/ecore_input-ffi.rb +++ b/lib/efl/ecore/ecore_input-ffi.rb @@ -5,7 +5,7 @@ require 'efl/ffi' # module Efl # - module Ecoreinput + module EcoreInput def self.method_missing m, *args, &block return Efl::API.send 'ecore_input_'+m.to_s, *args, &block end |