[ CCode ( cname = "g_unix_mount_at" ) ]
public UnixMountEntry (string mount_path, out uint64 time_read = null)
Gets a [struct@GioUnix.
Use [func@GioUnix.MountEntry.at] instead.
MountEntry] for a given mount path.
If time_read is set, it will be filled with a Unix timestamp for checking if the mounts have changed since with [
func@GioUnix.mount_entries_changed_since].
If more mounts have the same mount path, the last matching mount is returned.
This will return `NULL` if there is no mount point at mount_path.
| mount_path |
path for a possible Unix mount |
| time_read |
return location for a timestamp |
|
a [struct@GioUnix.MountEntry] |