socket: Fix annotation for flags in g_socket_receive_message

(Backport of https://gitlab.gnome.org/GNOME/glib/merge_requests/710 from
master.)

Closes: https://gitlab.gnome.org/GNOME/gjs/issues/227
This commit is contained in:
Andrea Azzarone 2019-03-06 18:16:52 +00:00 committed by Philip Withnall
parent 2edc5aa6df
commit 6afbbddd15

View File

@ -5648,7 +5648,7 @@ g_socket_receive_messages_with_timeout (GSocket *socket,
* which may be filled with an array of #GSocketControlMessages, or %NULL
* @num_messages: (out): a pointer which will be filled with the number of
* elements in @messages, or %NULL
* @flags: (type GSocketMsgFlags): (inout): a pointer to an int containing #GSocketMsgFlags flags
* @flags: (type GSocketMsgFlags) (inout): a pointer to an int containing #GSocketMsgFlags flags
* @cancellable: a %GCancellable or %NULL
* @error: a #GError pointer, or %NULL
*