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
Deprecated 2.84
Since 2.52
Gets a GioUnix.MountEntry for a given file 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 looking up the mount entry fails, if file_path doesn’t exist or there is an I/O error.
NULL
file_path
Deprecated
file path on some Unix mount
a GioUnix.MountEntry
2.52
since 2.84: Use GioUnix.MountEntry.for instead.
Gets a GioUnix.MountEntry for a given file 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 looking up the mount entry fails, iffile_pathdoesn’t exist or there is an I/O error.