mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
docs: Move the gunixmounts SECTION
Move it to a separate page. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
9c414d437e
commit
6e4d50fa5c
@ -47,6 +47,7 @@ content_files = [
|
||||
"error.md",
|
||||
|
||||
"pollable-utils.md",
|
||||
"unix-mounts.md",
|
||||
|
||||
"dbus-error.md",
|
||||
"dbus-introspection.md",
|
||||
|
@ -241,6 +241,7 @@ expand_content_files = [
|
||||
'overview.md',
|
||||
'pollable-utils.md',
|
||||
'tls-overview.md',
|
||||
'unix-mounts.md',
|
||||
]
|
||||
|
||||
gio_toml = configure_file(input: 'gio.toml.in', output: 'gio.toml', configuration: toml_conf)
|
||||
|
35
docs/reference/gio/unix-mounts.md
Normal file
35
docs/reference/gio/unix-mounts.md
Normal file
@ -0,0 +1,35 @@
|
||||
Title: UNIX Mounts
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
SPDX-FileCopyrightText: 2007 Andrew Walton
|
||||
SPDX-FileCopyrightText: 2008 Matthias Clasen
|
||||
|
||||
# UNIX Mounts
|
||||
|
||||
Routines for managing mounted UNIX mount points and paths.
|
||||
|
||||
Note that `<gio/gunixmounts.h>` belongs to the UNIX-specific GIO
|
||||
interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config
|
||||
file when using it.
|
||||
|
||||
There are three main classes:
|
||||
|
||||
* [struct@Gio.UnixMountEntry]
|
||||
* [struct@Gio.UnixMountPoint]
|
||||
* [class@Gio.UnixMountMonitor]
|
||||
|
||||
Various helper functions for querying mounts:
|
||||
|
||||
* [func@Gio.unix_mount_points_get]
|
||||
* [func@Gio.UnixMountPoint.at]
|
||||
* [func@Gio.unix_mounts_get]
|
||||
* [func@Gio.unix_mount_at]
|
||||
* [func@Gio.unix_mount_for]
|
||||
* [func@Gio.unix_mounts_changed_since]
|
||||
* [func@Gio.unix_mount_points_changed_since]
|
||||
|
||||
And several helper functions for checking the type of a mount or path:
|
||||
|
||||
* [func@Gio.unix_is_mount_path_system_internal]
|
||||
* [func@Gio.unix_is_system_fs_type]
|
||||
* [func@Gio.unix_is_system_device_path]
|
||||
|
@ -87,18 +87,6 @@ extern char* hasmntopt(const struct mntent* mnt, const char* opt);
|
||||
static const char *_resolve_dev_root (void);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION:gunixmounts
|
||||
* @include: gio/gunixmounts.h
|
||||
* @short_description: UNIX mounts
|
||||
*
|
||||
* Routines for managing mounted UNIX mount points and paths.
|
||||
*
|
||||
* Note that `<gio/gunixmounts.h>` belongs to the UNIX-specific GIO
|
||||
* interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config
|
||||
* file when using it.
|
||||
*/
|
||||
|
||||
/**
|
||||
* GUnixMountType:
|
||||
* @G_UNIX_MOUNT_TYPE_UNKNOWN: Unknown UNIX mount type.
|
||||
|
Loading…
Reference in New Issue
Block a user