summaryrefslogtreecommitdiff
path: root/gio/gvolume.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-12-17 07:04:51 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-12-17 07:04:51 +0000
commit2e3f48993ddf2a18eff36f3e4eae10da0207e510 (patch)
treebebd9a3917ed2a71bf7d2b087bc9d9f27b8c2a2f /gio/gvolume.h
parentf87b822b21f197cbf5c1dc9202848e883a0fcd8a (diff)
downloadglib-2e3f48993ddf2a18eff36f3e4eae10da0207e510.tar.gz
Documentation updates
svn path=/trunk/; revision=6138
Diffstat (limited to 'gio/gvolume.h')
-rw-r--r--gio/gvolume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gvolume.h b/gio/gvolume.h
index 02f5bc277..13925a9e8 100644
--- a/gio/gvolume.h
+++ b/gio/gvolume.h
@@ -48,7 +48,7 @@ G_BEGIN_DECLS
* @get_drive: Gets a #GDrive the volume is located on. Returns %NULL if the #GVolume is not associated with a #GDrive.
* @get_mount: Gets a #GMount representing the mounted volume. Returns %NULL if the #GVolume is not mounted.
* @can_mount: Returns %TRUE if the #GVolume can be mounted.
- * @mount: Mounts a given #GVolume.
+ * @mount_fn: Mounts a given #GVolume.
* @mount_finish: Finishes a mount operation.
*
* Interface for implementing operations for mountable volumes.