diff options
author | Ondrej Holy <oholy@redhat.com> | 2023-01-30 07:48:30 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2023-04-06 10:40:31 +0200 |
commit | cd8cdc09308a363fb4e64d9f491c40fa58bf1806 (patch) | |
tree | 87f4e9ac556d927dc76edb4360a221c22b9b40b8 /src/nautilus-file.c | |
parent | d4ea8fcc28a88b4e1ab85c2bcdd10a1d5e671fbd (diff) | |
download | nautilus-cd8cdc09308a363fb4e64d9f491c40fa58bf1806.tar.gz |
file: Fix description of nautilus_file_get_volume_name
The description of `nautilus_file_get_volume_name` function looks to be
wrong. Let's try to fix it.
Diffstat (limited to 'src/nautilus-file.c')
-rw-r--r-- | src/nautilus-file.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nautilus-file.c b/src/nautilus-file.c index a123088c6..b48bf28e4 100644 --- a/src/nautilus-file.c +++ b/src/nautilus-file.c @@ -7845,11 +7845,10 @@ nautilus_file_get_volume_free_space (NautilusFile *file) /** * nautilus_file_get_volume_name - * Get the path of the volume the file resides on + * Get the name of the volume the file resides on * @file: NautilusFile representing the file in question. * - * Returns: newly-allocated copy of the volume name of the target file, - * if the volume name isn't set, it returns the mount path of the volume + * Returns: newly-allocated copy of the volume name of the target file. */ char * nautilus_file_get_volume_name (NautilusFile *file) |