summaryrefslogtreecommitdiff
path: root/gi/pygi-marshal-cleanup.h
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-10-12 03:07:53 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2014-02-02 16:02:57 -0800
commitc45cafd07fc62ad545f3e58f2b7350ee4b2bb9b7 (patch)
treeb46e62c13eb169df3e445daeb580a7d31ec022dc /gi/pygi-marshal-cleanup.h
parent4697a3793b46a803c6dbef749ba75c0fee80020d (diff)
downloadpygobject-c45cafd07fc62ad545f3e58f2b7350ee4b2bb9b7.tar.gz
cache refactoring: Move GArray arg setup and marshaling into new file
Move GArray argument caching and marshaling fragments into an isolated file: pygi-array.c. https://bugzilla.gnome.org/show_bug.cgi?id=709700
Diffstat (limited to 'gi/pygi-marshal-cleanup.h')
-rw-r--r--gi/pygi-marshal-cleanup.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gi/pygi-marshal-cleanup.h b/gi/pygi-marshal-cleanup.h
index 815d41c2..eaacb8db 100644
--- a/gi/pygi-marshal-cleanup.h
+++ b/gi/pygi-marshal-cleanup.h
@@ -70,16 +70,6 @@ void _pygi_marshal_cleanup_from_py_interface_callback (PyGIInvokeState *stat
PyObject *py_arg,
gpointer data,
gboolean was_processed);
-void _pygi_marshal_cleanup_from_py_array (PyGIInvokeState *state,
- PyGIArgCache *arg_cache,
- PyObject *py_arg,
- gpointer data,
- gboolean was_processed);
-void _pygi_marshal_cleanup_to_py_array (PyGIInvokeState *state,
- PyGIArgCache *arg_cache,
- PyObject *dummy,
- gpointer data,
- gboolean was_processed);
G_END_DECLS
#endif /* __PYGI_MARSHAL_CLEANUP_H__ */