summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-05-01 14:58:58 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-05-01 14:58:58 +0200
commit3661f9336f9a7ad67a26c2d4bcd37deac5c711ce (patch)
tree959e3b3174d11241f0198f3c6c675b8983c93b5b /gir/glib-2.0.c
parentd5f9b14cf2c3d25803d7101516cef47a9e0a51dc (diff)
downloadgobject-introspection-3661f9336f9a7ad67a26c2d4bcd37deac5c711ce.tar.gz
Update glib annotations from glib 2.45.1
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 406e1406..785ae14e 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -34778,7 +34778,8 @@
* with empty arrays).
*
* In the event that the parsing is successful, the resulting #GVariant
- * is returned.
+ * is returned. It is never floating, and must be freed with
+ * g_variant_unref().
*
* In case of any error, %NULL will be returned. If @error is non-%NULL
* then it will be set to reflect the error that occurred.
@@ -34786,7 +34787,7 @@
* Officially, the language understood by the parser is "any string
* produced by g_variant_print()".
*
- * Returns: a reference to a #GVariant, or %NULL
+ * Returns: a non-floating reference to a #GVariant, or %NULL
*/