[glib] Fix g_input_stream_skip_async() documentation
- From: Paul Pogonyshev <paulp src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Fix g_input_stream_skip_async() documentation
- Date: Sun, 3 May 2009 18:00:45 -0400 (EDT)
commit 4e694faa332a6ef4c576176b568a7f74e142103a
Author: Paul Pogonyshev <pogonyshev gmx net>
Date: Mon May 4 00:55:35 2009 +0300
Fix g_input_stream_skip_async() documentation
Remove mention of inexisting argument. Spotted in relation to bug
581229.
---
gio/ginputstream.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gio/ginputstream.c b/gio/ginputstream.c
index 663bfde..f8f685d 100644
--- a/gio/ginputstream.c
+++ b/gio/ginputstream.c
@@ -632,8 +632,8 @@ g_input_stream_read_finish (GInputStream *stream,
* @callback: callback to call when the request is satisfied
* @user_data: the data to pass to callback function
*
- * Request an asynchronous skip of @count bytes from the stream into the buffer
- * starting at @buffer. When the operation is finished @callback will be called.
+ * Request an asynchronous skip of @count bytes from the stream.
+ * When the operation is finished @callback will be called.
* You can then call g_input_stream_skip_finish() to get the result of the
* operation.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]