mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix annotation of count arguments
This commit is contained in:
@@ -161,7 +161,7 @@ g_pollable_input_stream_default_read_nonblocking (GPollableInputStream *stream,
|
||||
* @stream: a #GPollableInputStream
|
||||
* @buffer: (array length=count) (element-type guint8) (out caller-allocates): a
|
||||
* buffer to read data into (which should be at least @count bytes long).
|
||||
* @count: the number of bytes you want to read
|
||||
* @count: (in): the number of bytes you want to read
|
||||
* @cancellable: (nullable): a #GCancellable, or %NULL
|
||||
* @error: #GError for error reporting, or %NULL to ignore.
|
||||
*
|
||||
|
Reference in New Issue
Block a user