diff options
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 5 |
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 */ |