summaryrefslogtreecommitdiff
path: root/girepository/girffi.h
diff options
context:
space:
mode:
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,