summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2023-01-30 07:48:30 +0100
committerOndrej Holy <oholy@redhat.com>2023-04-06 10:40:31 +0200
commitcd8cdc09308a363fb4e64d9f491c40fa58bf1806 (patch)
tree87f4e9ac556d927dc76edb4360a221c22b9b40b8
parentd4ea8fcc28a88b4e1ab85c2bcdd10a1d5e671fbd (diff)
downloadnautilus-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.
-rw-r--r--src/nautilus-file.c5
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)