TypeScript API Documentation for GIO UNIX
API Version: 2.0
Library Version: 2.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.7
Deprecated 2.84
Checks if a Unix mount is a system mount.
This is the Boolean OR of GioUnix.is_system_fs_type, GioUnix.is_system_device_path and GioUnix.is_mount_path_system_internal on mount_entry’s properties.
mount_entry
The definition of what a ‘system’ mount entry is may change over time as new file system types and device paths are ignored.
Deprecated
a GioUnix.MountEntry
true if the Unix mount is for a system path; false otherwise
since 2.84: Use GioUnix.MountEntry.is_system_internal instead.
Checks if a Unix mount is a system mount.
This is the Boolean OR of GioUnix.is_system_fs_type, GioUnix.is_system_device_path and GioUnix.is_mount_path_system_internal on
mount_entry’s properties.The definition of what a ‘system’ mount entry is may change over time as new file system types and device paths are ignored.