summaryrefslogtreecommitdiff
path: root/gi/pygi-marshal-cleanup.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2011-04-28 19:16:02 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2011-04-28 19:16:02 -0400
commitcdbf57f3b1f041a06cf545a5557424f701ed1ec7 (patch)
tree9d3a54093097038a939f241b86dea4f9866a8d80 /gi/pygi-marshal-cleanup.h
parentd1f1f4ccc55f9ecab73b7c0ee78762c4039b2c79 (diff)
downloadpygobject-cdbf57f3b1f041a06cf545a5557424f701ed1ec7.tar.gz
[gi-invoke-ng] refactor the cleanup code and add utf8 cleanup as initial test
Diffstat (limited to 'gi/pygi-marshal-cleanup.h')
-rw-r--r--gi/pygi-marshal-cleanup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gi/pygi-marshal-cleanup.h b/gi/pygi-marshal-cleanup.h
index dc5d66c3..60114db3 100644
--- a/gi/pygi-marshal-cleanup.h
+++ b/gi/pygi-marshal-cleanup.h
@@ -26,6 +26,9 @@
G_BEGIN_DECLS
+void _pygi_marshal_cleanup_utf8 (PyGIInvokeState *state,
+ PyGIArgCache *arg_cache,
+ gpointer data);
void pygi_marshal_cleanup_args (PyGIInvokeState *state,
PyGICallableCache *cache);