summaryrefslogtreecommitdiff
path: root/girepository/girffi.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-10-20 20:33:33 +0100
committerTomeu Vizoso <tomeu@sugarlabs.org>2009-11-12 10:53:45 +0100
commit7bc82cad17064caf59630dbcc92e25ed3fe172cd (patch)
tree3bbd136fc40bb304bdf9ca7d355c8cf5e5fa7ca1 /girepository/girffi.h
parentdd3fb48f981d3bc6419e779b218180a079971806 (diff)
downloadgobject-introspection-7bc82cad17064caf59630dbcc92e25ed3fe172cd.tar.gz
Add g_ir_ffi_convert_arguments
Diffstat (limited to 'girepository/girffi.h')
-rw-r--r--girepository/girffi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/girepository/girffi.h b/girepository/girffi.h
index a7d28766..e931cfbf 100644
--- a/girepository/girffi.h
+++ b/girepository/girffi.h
@@ -32,6 +32,8 @@ typedef void (*GIFFIClosureCallback) (ffi_cif *,
void *);
ffi_type * g_ir_ffi_get_ffi_type (GITypeTag tag);
+GArgument * g_ir_ffi_convert_arguments (GICallableInfo *callable_info,
+ void **args);
ffi_type ** g_callable_info_get_ffi_arg_types (GICallableInfo *callable_info);
ffi_type * g_callable_info_get_ffi_return_type (GICallableInfo *callable_info);
ffi_closure * g_callable_info_prepare_closure (GICallableInfo *callable_info,