UnixMountEntry.at

Gets a GUnixMountEntry for a given mount path. If time_read is set, it will be filled with a unix timestamp for checking if the mounts have changed since with g_unix_mounts_changed_since().

class UnixMountEntry
static
at
(
string mountPath
,
ref ulong timeRead
)

Parameters

mountPath string

path for a possible unix mount.

timeRead ulong

guint64 to contain a timestamp. out[allow-none]

Return Value

a GUnixMountEntry. [transfer full]

Meta