summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-09-17 16:57:32 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-09-17 16:57:32 +0100
commitc3a03a68bb44589a1d875ff08468f0fa7965be24 (patch)
treee2ad9d3f9ceb25227599224254a7378d5ee17b2a /gir/gobject-2.0.c
parent7a7f989f83612ea312006702c6483f928fdb04ae (diff)
downloadgobject-introspection-c3a03a68bb44589a1d875ff08468f0fa7965be24.tar.gz
Update the annotations for GLib 2.70
GLib 2.70 has just been released, so let's sync up the documentation and annotations. Fixes: #402
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index 93a4c7d3..8bfce427 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -2033,7 +2033,7 @@
/**
* g_closure_invoke:
* @closure: a #GClosure
- * @return_value: (optional) (inout): a #GValue to store the return
+ * @return_value: (optional) (out): a #GValue to store the return
* value. May be %NULL if the callback of @closure
* doesn't return a value.
* @n_param_values: the length of the @param_values array
@@ -4686,7 +4686,8 @@
* @detailed_signal: a string of the form "signal-name::detail".
* @...: parameters to be passed to the signal, followed by a
* location for the return value. If the return type of the signal
- * is #G_TYPE_NONE, the return value location can be omitted.
+ * is %G_TYPE_NONE, the return value location can be omitted. The
+ * number of parameters to pass to this function is defined when creating the signal.
*
* Emits a signal.
*