[ CCode ( cname = "g_unix_mounts_get" ) ]
public static List<UnixMountEntry> @get (out uint64 time_read = null)
Gets a List of UnixMountEntry containing 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
mounts_changed_since.
time_read |
guint64 to contain a timestamp, or null |
a List of the UNIX mounts. |