summaryrefslogtreecommitdiffstats
path: root/lib/efl
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-27 21:19:15 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-27 21:19:15 +0200
commitf8b18a867772830403b5ffdf98c373bbcc2d37d0 (patch)
treefd89dc0e49af84e9640640d91ed4c271c61d7e78 /lib/efl
parentd220a91a8f49a3f2c833d2023eea5539101e6514 (diff)
downloadffi-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.rb3
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
#