UnixMountPoint.at

gio.unix_mount_point.UnixMountPoint at(string mountPath, out ulong timeRead)

Gets a #GUnixMountPoint for a given mount path. If time_read is set, it will be filled with a unix timestamp for checking if the mount points have changed since with [gio.global.unixMountPointsChangedSince].

If more mount points have the same mount path, the last matching mount point is returned.

Parameters

mountPathpath for a possible unix mount point.
timeReadguint64 to contain a timestamp.

Returns

a #GUnixMountPoint, or null if no match

is found.