summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-06-12 00:12:17 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-06-12 00:12:17 +0200
commit235fde85d015382f2ba38b21968e82b3ac0b6612 (patch)
treec90d21c8d0e81ff31081522fc61dab7cb261f57f
parent407b0e909056f15960e6a4e549896d786ce0a0b2 (diff)
downloadpygobject-235fde85d015382f2ba38b21968e82b3ac0b6612.tar.gz
pygobject-235fde85d015382f2ba38b21968e82b3ac0b6612.tar.xz
pygobject-235fde85d015382f2ba38b21968e82b3ac0b6612.zip
Fix object type in gio.BufferedInputStream_fill_async
-rw-r--r--gio/gbufferedinputstream.override2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gbufferedinputstream.override b/gio/gbufferedinputstream.override
index cb76da4..047a663 100644
--- a/gio/gbufferedinputstream.override
+++ b/gio/gbufferedinputstream.override
@@ -54,7 +54,7 @@ _wrap_g_buffered_input_stream_fill_async(PyGObject *self,
pygio_notify_reference_callback(notify);
- g_buffered_input_stream_fill_async(G_INPUT_STREAM(self->obj),
+ g_buffered_input_stream_fill_async(G_BUFFERED_INPUT_STREAM(self->obj),
count,
io_priority,
cancellable,