summaryrefslogtreecommitdiff
path: root/gi/pygi-marshal-to-py.h
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-10-11 23:26:08 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2014-02-02 16:02:57 -0800
commit4697a3793b46a803c6dbef749ba75c0fee80020d (patch)
treec3390741084cf9d4de3adb9120423310da1aa7db /gi/pygi-marshal-to-py.h
parentc48ddacf4479d2cf80beb9c614cdce2a61599b3b (diff)
downloadpygobject-4697a3793b46a803c6dbef749ba75c0fee80020d.tar.gz
cache refactoring: Move GList/GSList arg setup and marshaling into new file
Move GList and GSList argument caching and marshaling fragments into an isolated file: pygi-list.c. https://bugzilla.gnome.org/show_bug.cgi?id=709700
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 a6c62e8d..1afa83fe 100644
--- a/gi/pygi-marshal-to-py.h
+++ b/gi/pygi-marshal-to-py.h
@@ -26,14 +26,6 @@ PyObject *_pygi_marshal_to_py_array (PyGIInvokeState *state,
PyGICallableCache *callable_cache,
PyGIArgCache *arg_cache,
GIArgument *arg);
-PyObject *_pygi_marshal_to_py_glist (PyGIInvokeState *state,
- PyGICallableCache *callable_cache,
- PyGIArgCache *arg_cache,
- GIArgument *arg);
-PyObject *_pygi_marshal_to_py_gslist (PyGIInvokeState *state,
- PyGICallableCache *callable_cache,
- PyGIArgCache *arg_cache,
- GIArgument *arg);
PyObject *_pygi_marshal_to_py_gerror (PyGIInvokeState *state,
PyGICallableCache *callable_cache,
PyGIArgCache *arg_cache,