UnixMountEntry.pointsGet

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

class UnixMountEntry
static
pointsGet
(
ulong* timeRead
)

Parameters

timeRead ulong*

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

Return Value

Type: ListG

a GList of the UNIX mountpoints. [element-type GUnixMountPoint][transfer full]

Meta