mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Fix g_input_stream_skip_async() documentation
Remove mention of inexisting argument. Spotted in relation to bug 581229.
This commit is contained in:
parent
f33a484b4a
commit
4e694faa33
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user