UnixMountEntry.isMountPathSystemInternal

Determines if mount_path is considered an implementation of the OS. This is primarily used for hiding mountable and mounted volumes that only are used in the OS and has little to no relevance to the casual user.

class UnixMountEntry
static
int
isMountPathSystemInternal
(
string mountPath
)

Parameters

mountPath string

a mount path, e.g. /media/disk or /usr

Return Value

Type: int

TRUE if mount_path is considered an implementation detail of the OS. Signal Details The "mountpoints-changed" signal void user_function (GUnixMountMonitor *monitor, gpointer user_data) : Run Last Emitted when the unix mount points have changed.

Meta