From 6afbbddd1591a7aeca51332d03d8851653a3101c Mon Sep 17 00:00:00 2001 From: Andrea Azzarone Date: Wed, 6 Mar 2019 18:16:52 +0000 Subject: [PATCH] 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 --- gio/gsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gsocket.c b/gio/gsocket.c index 92baa62ea..b7472a44b 100644 --- a/gio/gsocket.c +++ b/gio/gsocket.c @@ -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 *