summaryrefslogtreecommitdiffstats
path: root/lib/efl/ffi.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-28 17:02:02 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-28 17:02:02 +0200
commitdffbf7522488feb15384649c41143bd866184cb4 (patch)
tree932971c0eb3cb1370b7149380c50411f8ef6b369 /lib/efl/ffi.rb
parentaa7ddc693a3bf6fed5c346f83b3aa7791ba83a8a (diff)
downloadffi-efl-dffbf7522488feb15384649c41143bd866184cb4.zip
ffi-efl-dffbf7522488feb15384649c41143bd866184cb4.tar.gz
fic efl/ffi/ecore_evas generation + minimal specs
Diffstat (limited to 'lib/efl/ffi.rb')
-rw-r--r--lib/efl/ffi.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/efl/ffi.rb b/lib/efl/ffi.rb
index 70ba4ef..82ee537 100644
--- a/lib/efl/ffi.rb
+++ b/lib/efl/ffi.rb
@@ -35,11 +35,18 @@ module Efl
typedef :pointer, :void_p
typedef :pointer, :string_array
typedef :pointer, :string_array_p
+ typedef :uint_p, :uintptr_t
#
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
+ typedef :pointer, :evas_object_pp
+ typedef :pointer, :ecore_getopt_p
+ typedef :pointer, :ecore_getopt_desc_p
+ typedef :pointer, :ecore_getopt_value_p
#
end
#