mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
docs: Correct GUnixMount → GUnixMountEntry
This commit is contained in:
parent
31936039b0
commit
8c8657ac34
@ -39,7 +39,7 @@
|
|||||||
* SECTION:gmount
|
* SECTION:gmount
|
||||||
* @short_description: Mount management
|
* @short_description: Mount management
|
||||||
* @include: gio/gio.h
|
* @include: gio/gio.h
|
||||||
* @see_also: GVolume, GUnixMount
|
* @see_also: GVolume, GUnixMountEntry, GUnixMountPoint
|
||||||
*
|
*
|
||||||
* The #GMount interface represents user-visible mounts. Note, when
|
* The #GMount interface represents user-visible mounts. Note, when
|
||||||
* porting from GnomeVFS, #GMount is the moral equivalent of #GnomeVFSVolume.
|
* porting from GnomeVFS, #GMount is the moral equivalent of #GnomeVFSVolume.
|
||||||
|
@ -1462,7 +1462,7 @@ g_unix_mount_monitor_new (void)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_unix_mount_free:
|
* g_unix_mount_free:
|
||||||
* @mount_entry: a #GUnixMount.
|
* @mount_entry: a #GUnixMountEntry.
|
||||||
*
|
*
|
||||||
* Frees a unix mount.
|
* Frees a unix mount.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user