mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Correct GUnixMount → GUnixMountEntry
This commit is contained in:
parent
31936039b0
commit
8c8657ac34
@ -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.
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user