[ CCode ( cname = "g_unix_mounts_get" ) ]
public static List<UnixMountEntry> @get (out uint64 time_read = null)
Gets a list of [struct@GioUnix.
Use [func@GioUnix.mount_entries_get] instead.
MountEntry] instances representing the Unix mounts.
If time_read is set, it will be filled with the mount timestamp, allowing for checking if the mounts have changed with [
func@GioUnix.mount_entries_changed_since].
| time_read |
return location for a timestamp |
|
a list of the Unix mounts |