unixMountIsSystemInternal

Checks if a Unix mount is a system mount. This is the Boolean OR of gio.global.unixIsSystemFsType, gio.global.unixIsSystemDevicePath and gio.global.unixIsMountPathSystemInternal 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.

bool
unixMountIsSystemInternal

Parameters

mountEntry gio.unix_mount_entry.UnixMountEntry

a #GUnixMount.

Return Value

Type: bool

true if the unix mount is for a system path.