Fix annotation of count arguments

This commit is contained in:
demotomohiro
2021-04-07 04:13:26 +09:00
parent 1059b7eae1
commit 56d5d9eda6
2 changed files with 5 additions and 5 deletions

View File

@@ -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.
*