summaryrefslogtreecommitdiff
path: root/girepository/girepository-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/girepository-private.h')
-rw-r--r--girepository/girepository-private.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h
index 897c52c4..52d65b2b 100644
--- a/girepository/girepository-private.h
+++ b/girepository/girepository-private.h
@@ -108,6 +108,17 @@ GIVFuncInfo * _g_base_info_find_vfunc (GIRealInfo *rinfo,
gint n_vfuncs,
const gchar *name);
+gboolean _g_callable_info_invoke (GICallableInfo *info,
+ gpointer function,
+ const GIArgument *in_args,
+ int n_in_args,
+ const GIArgument *out_args,
+ int n_out_args,
+ GIArgument *return_value,
+ gboolean is_method,
+ gboolean throws,
+ GError **error);
+
extern ffi_status ffi_prep_closure_loc (ffi_closure *,
ffi_cif *,
void (*fun)(ffi_cif *, void *, void **, void *),