diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-27 21:19:15 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-27 21:19:15 +0200 |
commit | f8b18a867772830403b5ffdf98c373bbcc2d37d0 (patch) | |
tree | fd89dc0e49af84e9640640d91ed4c271c61d7e78 /lib/efl | |
parent | d220a91a8f49a3f2c833d2023eea5539101e6514 (diff) | |
download | ffi-efl-f8b18a867772830403b5ffdf98c373bbcc2d37d0.zip ffi-efl-f8b18a867772830403b5ffdf98c373bbcc2d37d0.tar.gz |
ffi.rb add eina_hash_p type, remove evas_p and evas_object_p types
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/ffi.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/efl/ffi.rb b/lib/efl/ffi.rb index 863b1b9..0325848 100644 --- a/lib/efl/ffi.rb +++ b/lib/efl/ffi.rb @@ -37,10 +37,9 @@ module Efl typedef :pointer, :string_array_p # typedef :pointer, :eina_list_p + typedef :pointer, :eina_hash_p typedef :pointer, :eina_iterator_p typedef :pointer, :eina_accessor_p - typedef :pointer, :evas_p - typedef :pointer, :evas_object_p # end # |