UnixMountPoint


Description:

[ CCode ( cname = "g_unix_mount_point_at" ) ]
[ Version ( since = "2.66" ) ]
public UnixMountPoint (string mount_path, out uint64 time_read = null)

Gets a [struct@GioUnix.

MountPoint] 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 [ func@GioUnix.mount_points_changed_since].

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

Parameters:

mount_path

path for a possible Unix mount point

time_read

return location for a timestamp

Returns:

a [struct@GioUnix.MountPoint], or `NULL` if no match is found