summaryrefslogtreecommitdiffstats
path: root/gio/goutputstream.override
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-12 16:21:40 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-12 16:21:40 +0000
commit73b03de5d0c24e556e485c4cd370d5815f82e311 (patch)
tree1f73de217c6d1a12a60f0a86fe7dda8b418e0f76 /gio/goutputstream.override
parent0f99bd7ce21dcc6ebaa24dfc5c112da1eb2271ad (diff)
downloadpygobject-73b03de5d0c24e556e485c4cd370d5815f82e311.tar.gz
pygobject-73b03de5d0c24e556e485c4cd370d5815f82e311.tar.xz
pygobject-73b03de5d0c24e556e485c4cd370d5815f82e311.zip
g_output_stream_write_all use gsize instead of gssize
svn path=/trunk/; revision=971
Diffstat (limited to 'gio/goutputstream.override')
-rw-r--r--gio/goutputstream.override2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/goutputstream.override b/gio/goutputstream.override
index e525739..3b44632 100644
--- a/gio/goutputstream.override
+++ b/gio/goutputstream.override
@@ -66,7 +66,7 @@ _wrap_g_output_stream_write_all(PyGObject *self,
long count = 0;
GCancellable *cancellable;
GError *error = NULL;
- gssize written;
+ gsize written;
if (!PyArg_ParseTupleAndKeywords(args, kwargs,
"s#|O!:OutputStream.write",