[glib/glib-2-60: 1/2] socket: Fix annotation for flags in g_socket_receive_message
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-60: 1/2] socket: Fix annotation for flags in g_socket_receive_message
- Date: Thu, 7 Mar 2019 10:54:16 +0000 (UTC)
commit 6afbbddd1591a7aeca51332d03d8851653a3101c
Author: Andrea Azzarone <andrea azzarone canonical com>
Date: Wed Mar 6 18:16:52 2019 +0000
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
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]