UnixMountEntry.mountsGet

Gets a GList of GUnixMountEntry containing the unix mounts. If time_read is set, it will be filled with the mount timestamp, allowing for checking if the mounts have changed with g_unix_mounts_changed_since().

class UnixMountEntry
static
mountsGet
(
ref ulong timeRead
)

Parameters

timeRead ulong

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

Return Value

Type: ListG

a GList of the UNIX mounts. [element-type GUnixMountEntry][transfer full]

Meta