summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-03-08 09:07:22 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-03-08 09:07:48 +0100
commit5c64a1b5f63261cc7c3ef22ef9d4426daa49b8e7 (patch)
tree56e64f87e93421322c75a25d45f02deb7a72593b
parent57410eb350741c473b23517fff07841a59ef61e4 (diff)
downloadgobject-introspection-5c64a1b5f63261cc7c3ef22ef9d4426daa49b8e7.tar.gz
Update glib annotations (glib-2-60)
This pulls in an annotation fix from glib!711
-rw-r--r--gir/gio-2.0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index f3f060c9..99fa7a81 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -36094,7 +36094,7 @@
* 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
*