gio-unix-2.0
Description:
UNIX-specific file abstractions for GIO.
Content:
Namespaces:
- GLib
Interfaces:
- DesktopAppInfoLookup -
DesktopAppInfoLookup is an opaque data structure and can only be accessed using the following
functions.
- FileDescriptorBased -
FileDescriptorBased is implemented by streams (implementations of
InputStream or OutputStream) that are based on file descriptors.
Classes:
Constants:
Delegates:
Methods:
- public bool is_mount_path_system_internal (string mount_path)
Determines if mount_path
is considered an
implementation of the OS.
- public bool is_system_device_path (string device_path)
Determines if device_path
is considered a block device
path which is only used in implementation of the OS.
- public bool is_system_fs_type (string fs_type)
Determines if fs_type
is considered a type of file
system which is only used in implementation of the OS.
- public bool mount_points_changed_since (uint64 time)
Checks if the unix mount points have changed since a given unix
time.
- public bool mounts_changed_since (uint64 time)
Checks if the unix mounts have changed since a given unix time.