summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gio/ginputstream.override3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/ginputstream.override b/gio/ginputstream.override
index 13ec37f..7518b3f 100644
--- a/gio/ginputstream.override
+++ b/gio/ginputstream.override
@@ -425,9 +425,10 @@ _wrap_g_input_stream_skip_async(PyGObject *self,
goto error;
pygio_notify_reference_callback(notify);
+
g_input_stream_skip_async(G_INPUT_STREAM(self->obj),
- notify->buffer_size,
+ count,
io_priority,
cancellable,
(GAsyncReadyCallback) async_result_callback_marshal,