GLib
Description:
Content:
Interfaces:
- DesktopAppInfoLookup - DesktopAppInfoLookup is an opaque data structure and can only be accessed using the following functions.
- FileDescriptorBased - `GFileDescriptorBased` is an interface for file descriptor based IO.
Classes:
- DesktopAppInfo - `GDesktopAppInfo` is an implementation of [iface@Gio.
- UnixConnection - This is the subclass of [ class@Gio.
- UnixCredentialsMessage - This [ class@Gio.
- UnixFDMessage - This [class@Gio.
- UnixInputStream - `GUnixInputStream` implements [class@Gio.
- UnixMountEntry - Defines a Unix mount entry (e.
- UnixMountMonitor - Watches
GUnixMounts
s for changes. - UnixMountMonitorClass
- UnixMountPoint - Defines a Unix mount point (e.
- UnixOutputStream - `GUnixOutputStream` implements [class@Gio.
- UnixSocketAddress - Support for UNIX-domain (also known as local) sockets, corresponding to `struct sockaddr_un`.
Constants:
- public const string DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME
Delegates:
- public delegate void DesktopAppLaunchCallback (DesktopAppInfo appinfo, Pid pid)
During invocation, launch_uris_as_manager may create one or more child processes.
Functions:
- 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.