mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'update-annotations' into 'main'
Explicitly mark size parameter as (in) See merge request GNOME/glib!3371
This commit is contained in:
commit
f2f322005d
@ -3317,7 +3317,7 @@ g_socket_receive_with_timeout (GSocket *socket,
|
||||
* @socket: a #GSocket
|
||||
* @buffer: (array length=size) (element-type guint8) (out caller-allocates):
|
||||
* a buffer to read data into (which should be at least @size bytes long).
|
||||
* @size: the number of bytes you want to read from the socket
|
||||
* @size: (in): the number of bytes you want to read from the socket
|
||||
* @cancellable: (nullable): a %GCancellable or %NULL
|
||||
* @error: #GError for error reporting, or %NULL to ignore.
|
||||
*
|
||||
@ -3367,7 +3367,7 @@ g_socket_receive (GSocket *socket,
|
||||
* @socket: a #GSocket
|
||||
* @buffer: (array length=size) (element-type guint8) (out caller-allocates):
|
||||
* a buffer to read data into (which should be at least @size bytes long).
|
||||
* @size: the number of bytes you want to read from the socket
|
||||
* @size: (in): the number of bytes you want to read from the socket
|
||||
* @blocking: whether to do blocking or non-blocking I/O
|
||||
* @cancellable: (nullable): a %GCancellable or %NULL
|
||||
* @error: #GError for error reporting, or %NULL to ignore.
|
||||
|
Loading…
Reference in New Issue
Block a user