Namespace
GioUnix – 2.0
Unix-specific APIs in Gio
Dependencies
GLib—2.0 | The base utility library |
Browse documentation | |
GModule—2.0 | Portable API for dynamically loading modules |
Browse documentation | |
GObject—2.0 | The base type system library |
Browse documentation | |
Gio—2.0 | A library of useful classes for I/O, networking and IPC |
Browse documentation |
Classes
DesktopAppInfo |
|
FDMessage |
This |
InputStream |
|
MountMonitor |
Watches |
OutputStream |
|
Interfaces
DesktopAppInfoLookup |
deprecated: 2.28 |
FileDescriptorBased |
since: 2.24 |
Structs
MountEntry |
Defines a Unix mount entry (e.g. |
MountPoint |
Defines a Unix mount point (e.g. |
Callbacks
DesktopAppLaunchCallback |
During invocation, |
Functions
is_mount_path_system_internal |
Determines if |
is_system_device_path |
Determines if since: 2.56 |
is_system_fs_type |
Determines if since: 2.56 |
mount_at |
Gets a deprecated: 2.84 |
mount_compare |
Compares two unix mounts. deprecated: 2.84 |
mount_copy |
Makes a copy of deprecated: 2.84 since: 2.54 |
mount_entries_changed_since |
Checks if the unix mounts have changed since a given unix time. |
mount_entries_get |
Gets a unstable since: 2.84 |
mount_entries_get_from_file |
Gets an array of unstable since: 2.84 |
mount_for |
Gets a deprecated: 2.84 since: 2.52 |
mount_free |
Frees a unix mount. deprecated: 2.84 |
mount_get_device_path |
Gets the device path for a unix mount. deprecated: 2.84 |
mount_get_fs_type |
Gets the filesystem type for the unix mount. deprecated: 2.84 |
mount_get_mount_path |
Gets the mount path for a unix mount. deprecated: 2.84 |
mount_get_options |
Gets a comma-separated list of mount options for the unix mount. For example,
deprecated: 2.84 since: 2.58 |
mount_get_root_path |
Gets the root of the mount within the filesystem. This is useful e.g. for mounts created by bind operation, or btrfs subvolumes. deprecated: 2.84 since: 2.60 |
mount_guess_can_eject |
Guesses whether a Unix mount can be ejected. deprecated: 2.84 |
mount_guess_icon |
Guesses the icon of a Unix mount. deprecated: 2.84 |
mount_guess_name |
Guesses the name of a Unix mount. The result is a translated string. deprecated: 2.84 |
mount_guess_should_display |
Guesses whether a Unix mount should be displayed in the UI. deprecated: 2.84 |
mount_guess_symbolic_icon |
Guesses the symbolic icon of a Unix mount. deprecated: 2.84 since: 2.34 |
mount_is_readonly |
Checks if a unix mount is mounted read only. deprecated: 2.84 |
mount_is_system_internal |
Checks if a Unix mount is a system mount. This is the Boolean OR of
g_unix_is_system_fs_type(), deprecated: 2.84 |
mount_points_changed_since |
Checks if the unix mount points have changed since a given unix time. |
mount_points_get |
Gets a |
mount_points_get_from_file |
Gets an array of since: 2.82 |
mounts_changed_since |
Checks if the unix mounts have changed since a given unix time. deprecated: 2.84 |
mounts_get |
Gets a deprecated: 2.84 |
mounts_get_from_file |
Gets an array of deprecated: 2.84 since: 2.82 |
Constants
DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME |
Extension point for default handler to URI association. See [Extending GIO][extending-gio]. deprecated: 2.28 |