File: unix-mounts.md

package info (click to toggle)
gobject-introspection 1.84.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 72,336 kB
  • sloc: ansic: 562,269; python: 23,692; xml: 16,240; yacc: 1,711; perl: 1,624; sh: 1,139; lex: 510; cpp: 487; makefile: 182; javascript: 15; lisp: 1
file content (35 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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]