[glib: 1/2] socket: Fix annotation for flags in g_socket_receive_message



commit d1cb974932f4847a436af697252250261c2a80d6
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
    
    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]