[pygobject/invoke-rewrite] [gi-invoke-ng] handle filename cleanup with the utf8 cleanup function



commit fcc5ea201ab25da6db94ea8a37364a1d3c4d7c65
Author: John (J5) Palmieri <johnp redhat com>
Date:   Fri Apr 29 17:41:08 2011 -0400

    [gi-invoke-ng] handle filename cleanup with the utf8 cleanup function

 gi/pygi-cache.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gi/pygi-cache.c b/gi/pygi-cache.c
index 9b8b5a5..f71ce02 100644
--- a/gi/pygi-cache.c
+++ b/gi/pygi-cache.c
@@ -483,6 +483,7 @@ _arg_cache_in_filename_setup (PyGIArgCache *arg_cache,
                               GITransfer transfer)
 {
     arg_cache->in_marshaller = _pygi_marshal_in_filename;
+    arg_cache->cleanup = _pygi_marshal_cleanup_utf8;
 }
 
 static inline void
@@ -490,6 +491,7 @@ _arg_cache_out_filename_setup (PyGIArgCache *arg_cache,
                                GITransfer transfer)
 {
     arg_cache->out_marshaller = _pygi_marshal_out_filename;
+    arg_cache->cleanup = _pygi_marshal_cleanup_utf8;
 }
 
 static inline gboolean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]