summaryrefslogtreecommitdiff
path: root/gio/gmount.c
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2012-02-19 16:53:30 +0000
committerRyan Lortie <desrt@desrt.ca>2012-02-21 01:10:54 +0100
commit8c8657ac34fde32ebe49020de415b56140c427ce (patch)
tree26027d30e55f75728b4784f59ff7039055c376da /gio/gmount.c
parent31936039b0494201af3d6c0af3df14ad6bd1f8db (diff)
downloadglib-8c8657ac34fde32ebe49020de415b56140c427ce.tar.gz
docs: Correct GUnixMount → GUnixMountEntry
Diffstat (limited to 'gio/gmount.c')
-rw-r--r--gio/gmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gmount.c b/gio/gmount.c
index 88a723d63..c32ac99f4 100644
--- a/gio/gmount.c
+++ b/gio/gmount.c
@@ -39,7 +39,7 @@
* SECTION:gmount
* @short_description: Mount management
* @include: gio/gio.h
- * @see_also: GVolume, GUnixMount
+ * @see_also: GVolume, GUnixMountEntry, GUnixMountPoint
*
* The #GMount interface represents user-visible mounts. Note, when
* porting from GnomeVFS, #GMount is the moral equivalent of #GnomeVFSVolume.