Merge branch 'input-stream-doc' into 'main'

gio: Fix overindented docstring of buffer argument

See merge request GNOME/glib!4252
This commit is contained in:
Philip Withnall 2024-09-09 10:17:11 +00:00
commit f4f8a7b8fd

View File

@ -788,9 +788,9 @@ read_all_async_thread (GTask *task,
* Request an asynchronous read of @count bytes from the stream into the * Request an asynchronous read of @count bytes from the stream into the
* buffer starting at @buffer. * buffer starting at @buffer.
* *
* This is the asynchronous equivalent of g_input_stream_read_all(). * This is the asynchronous equivalent of [method@InputStream.read_all].
* *
* Call g_input_stream_read_all_finish() to collect the result. * Call [method@InputStream.read_all_finish] to collect the result.
* *
* Any outstanding I/O request with higher priority (lower numerical * Any outstanding I/O request with higher priority (lower numerical
* value) will be executed before an outstanding request with lower * value) will be executed before an outstanding request with lower
@ -843,7 +843,7 @@ g_input_stream_read_all_async (GInputStream *stream,
* @error: a #GError location to store the error occurring, or %NULL to ignore * @error: a #GError location to store the error occurring, or %NULL to ignore
* *
* Finishes an asynchronous stream read operation started with * Finishes an asynchronous stream read operation started with
* g_input_stream_read_all_async(). * [method@InputStream.read_all_async].
* *
* As a special exception to the normal conventions for functions that * As a special exception to the normal conventions for functions that
* use #GError, if this function returns %FALSE (and sets @error) then * use #GError, if this function returns %FALSE (and sets @error) then