diff options
Diffstat (limited to 'gio/gvolume.c')
-rw-r--r-- | gio/gvolume.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gvolume.c b/gio/gvolume.c index 087c9b78f..a14cbc613 100644 --- a/gio/gvolume.c +++ b/gio/gvolume.c @@ -641,8 +641,8 @@ g_volume_enumerate_identifiers (GVolume *volume) * implementations to find the underlying mount to shadow, see * g_mount_is_shadowed() for more details. * - * Returns: (transfer full): the activation root of @volume or %NULL. Use - * g_object_unref() to free. + * Returns: (nullable) (transfer full): the activation root of @volume + * or %NULL. Use g_object_unref() to free. * * Since: 2.18 */ |