summaryrefslogtreecommitdiffstats
path: root/gi/pygi-closure.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-closure.h')
-rw-r--r--gi/pygi-closure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-closure.h b/gi/pygi-closure.h
index c03e69d..550bf8a 100644
--- a/gi/pygi-closure.h
+++ b/gi/pygi-closure.h
@@ -48,7 +48,7 @@ void _pygi_closure_handle(ffi_cif *cif, void *result, void
void _pygi_invoke_closure_free(gpointer user_data);
PyGICClosure* _pygi_make_native_closure (GICallableInfo* info,
- GIArgInfo* arg_info,
+ GIScopeType scope,
PyObject *function,
gpointer user_data);