summaryrefslogtreecommitdiff
path: root/gio/gdbusutils.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-10-18 11:15:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-11-11 13:15:21 +0200
commit705a59a315dcc8cdbc0d14e41d6ffd906fb3f1c7 (patch)
treee3069bd7784e632859edca57e8dfac4d8ea83b98 /gio/gdbusutils.c
parentb8927cc6ad866570b100aa71e5aeabd349f439f3 (diff)
downloadglib-705a59a315dcc8cdbc0d14e41d6ffd906fb3f1c7.tar.gz
gio: Add missing nullable annotations
Diffstat (limited to 'gio/gdbusutils.c')
-rw-r--r--gio/gdbusutils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gdbusutils.c b/gio/gdbusutils.c
index ff9b44117..eb7eee9c8 100644
--- a/gio/gdbusutils.c
+++ b/gio/gdbusutils.c
@@ -533,9 +533,9 @@ g_dbus_gvariant_to_gvalue (GVariant *value,
* See the g_dbus_gvariant_to_gvalue() function for how to convert a
* #GVariant to a #GValue.
*
- * Returns: A #GVariant (never floating) of #GVariantType @type holding
- * the data from @gvalue or %NULL in case of failure. Free with
- * g_variant_unref().
+ * Returns: (transfer full): A #GVariant (never floating) of
+ * #GVariantType @type holding the data from @gvalue or an empty #GVariant
+ * in case of failure. Free with g_variant_unref().
*
* Since: 2.30
*/