summaryrefslogtreecommitdiff
path: root/gi/pygi-marshal-to-py.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-marshal-to-py.h')
-rw-r--r--gi/pygi-marshal-to-py.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gi/pygi-marshal-to-py.h b/gi/pygi-marshal-to-py.h
index de8f85b7..aa845031 100644
--- a/gi/pygi-marshal-to-py.h
+++ b/gi/pygi-marshal-to-py.h
@@ -42,20 +42,12 @@ PyObject *_pygi_marshal_to_py_interface_boxed (PyGIInvokeState *state,
PyGICallableCache *callable_cache,
PyGIArgCache *arg_cache,
GIArgument *arg);
-PyObject *_pygi_marshal_to_py_interface_object_cache_adapter (PyGIInvokeState *state,
- PyGICallableCache *callable_cache,
- PyGIArgCache *arg_cache,
- GIArgument *arg);
PyObject *_pygi_marshal_to_py_interface_union (PyGIInvokeState *state,
PyGICallableCache *callable_cache,
PyGIArgCache *arg_cache,
GIArgument *arg);
/* Simplified marshalers shared between vfunc/closure and direct function calls. */
-
-PyObject *_pygi_marshal_to_py_object (GIArgument *arg,
- GITransfer transfer);
-
PyObject *_pygi_marshal_to_py_interface_struct (GIArgument *arg,
GIInterfaceInfo *interface_info,
GType g_type,