is_system_internal


Description:

public bool is_system_internal ()

Checks if a Unix mount is a system mount.

Note:

Use [method@GioUnix.MountEntry.is_system_internal] instead.

This is the Boolean OR of [func@GioUnix.is_system_fs_type], [func@GioUnix.is_system_device_path] and [ func@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.

Parameters:

mount_entry

a [struct@GioUnix.MountEntry]

Returns:

true if the Unix mount is for a system path; false otherwise