summaryrefslogtreecommitdiff
path: root/gi/pygi-closure.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-closure.h')
-rw-r--r--gi/pygi-closure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pygi-closure.h b/gi/pygi-closure.h
index 30da2cf7..8a52b860 100644
--- a/gi/pygi-closure.h
+++ b/gi/pygi-closure.h
@@ -47,13 +47,13 @@ typedef struct _PyGICClosure
void _pygi_closure_handle (ffi_cif *cif, void *result, void
**args, void *userdata);
-void _pygi_invoke_closure_free (gpointer user_data);
+void _pygi_invoke_closure_free (PyGICClosure* invoke_closure);
PyGICClosure* _pygi_make_native_closure (GICallableInfo* info,
PyGIClosureCache *cache,
GIScopeType scope,
PyObject *function,
- gpointer user_data);
+ PyObject *user_data);
PyGIArgCache *pygi_arg_callback_new_from_info (GITypeInfo *type_info,
GIArgInfo *arg_info, /* may be null */