TypeScript API Documentation for GIO UNIX
API Version: 2.0
Library Version: 2.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.7
Since 2.84
Gets a GioUnix.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 GioUnix.mount_entries_changed_since.
time_read
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.
NULL
mount_path
path for a possible Unix mount
a GioUnix.MountEntry
2.84
Gets a GioUnix.MountEntry for a given mount path.
If
time_readis set, it will be filled with a Unix timestamp for checking if the mounts have changed since with GioUnix.mount_entries_changed_since.If more mounts have the same mount path, the last matching mount is returned.
This will return
NULLif there is no mount point atmount_path.