[ CCode ( cname = "g_unix_mount_point_at" ) ]
[ Version ( since = "2.66" ) ]
public UnixMountPoint (string mount_path, out uint64 time_read = null)
Gets a UnixMountPoint 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
mount_points_changed_since.
If more mount points have the same mount path, the last matching mount point is returned.
mount_path |
path for a possible unix mount point. |
time_read |
guint64 to contain a timestamp. |
a UnixMountPoint, or null if no match is found. |