mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
gio: Fix overindented docstring of buffer argument
Otherwise it'll be rendered as verbatim block Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
parent
8810cf7a24
commit
cdd807aaa8
@ -130,7 +130,7 @@ g_input_stream_init (GInputStream *stream)
|
||||
* g_input_stream_read:
|
||||
* @stream: a #GInputStream.
|
||||
* @buffer: (array length=count) (element-type guint8) (out caller-allocates):
|
||||
* a buffer to read data into (which should be at least count bytes long).
|
||||
* a buffer to read data into (which should be at least count bytes long).
|
||||
* @count: (in): the number of bytes that will be read from the stream
|
||||
* @cancellable: (nullable): optional #GCancellable object, %NULL to ignore.
|
||||
* @error: location to store the error occurring, or %NULL to ignore
|
||||
@ -211,7 +211,7 @@ g_input_stream_read (GInputStream *stream,
|
||||
* g_input_stream_read_all:
|
||||
* @stream: a #GInputStream.
|
||||
* @buffer: (array length=count) (element-type guint8) (out caller-allocates):
|
||||
* a buffer to read data into (which should be at least count bytes long).
|
||||
* a buffer to read data into (which should be at least count bytes long).
|
||||
* @count: (in): the number of bytes that will be read from the stream
|
||||
* @bytes_read: (out): location to store the number of bytes that was read from the stream
|
||||
* @cancellable: (nullable): optional #GCancellable object, %NULL to ignore.
|
||||
@ -584,7 +584,7 @@ async_ready_close_callback_wrapper (GObject *source_object,
|
||||
* g_input_stream_read_async:
|
||||
* @stream: A #GInputStream.
|
||||
* @buffer: (array length=count) (element-type guint8) (out caller-allocates):
|
||||
* a buffer to read data into (which should be at least count bytes long).
|
||||
* a buffer to read data into (which should be at least count bytes long).
|
||||
* @count: (in): the number of bytes that will be read from the stream
|
||||
* @io_priority: the [I/O priority](iface.AsyncResult.html#io-priority)
|
||||
* of the request.
|
||||
@ -777,7 +777,7 @@ read_all_async_thread (GTask *task,
|
||||
* g_input_stream_read_all_async:
|
||||
* @stream: A #GInputStream
|
||||
* @buffer: (array length=count) (element-type guint8) (out caller-allocates):
|
||||
* a buffer to read data into (which should be at least count bytes long)
|
||||
* a buffer to read data into (which should be at least count bytes long)
|
||||
* @count: (in): the number of bytes that will be read from the stream
|
||||
* @io_priority: the [I/O priority](iface.AsyncResult.html#io-priority) of the request
|
||||
* @cancellable: (nullable): optional #GCancellable object, %NULL to ignore
|
||||
|
Loading…
Reference in New Issue
Block a user