Merge branch 'backport-710-socket-annotation-fix-glib-2-60' into 'glib-2-60'

socket: Fix annotation for flags in g_socket_receive_message

See merge request GNOME/glib!711
This commit is contained in:
Sebastian Dröge 2019-03-07 10:53:56 +00:00
commit 380ef64975

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
*