docs: Correct GUnixMount → GUnixMountEntry

This commit is contained in:
David King 2012-02-19 16:53:30 +00:00 committed by Ryan Lortie
parent 31936039b0
commit 8c8657ac34
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1462,7 +1462,7 @@ g_unix_mount_monitor_new (void)
/**
* g_unix_mount_free:
* @mount_entry: a #GUnixMount.
* @mount_entry: a #GUnixMountEntry.
*
* Frees a unix mount.
*/