mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
Merge branch 'gpollableinputstream-read-nonblocking-caller-allocates' into 'master'
gpollableinputstream: Add missing annotation See merge request GNOME/glib!1998
This commit is contained in:
commit
2bf649320f
@ -159,8 +159,8 @@ g_pollable_input_stream_default_read_nonblocking (GPollableInputStream *stream,
|
||||
/**
|
||||
* g_pollable_input_stream_read_nonblocking:
|
||||
* @stream: a #GPollableInputStream
|
||||
* @buffer: (array length=count) (element-type guint8): a buffer to
|
||||
* read data into (which should be at least @count bytes long).
|
||||
* @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
|
||||
* @cancellable: (nullable): a #GCancellable, or %NULL
|
||||
* @error: #GError for error reporting, or %NULL to ignore.
|
||||
|
Loading…
Reference in New Issue
Block a user