@get
Description:
[ CCode ( cname = "g_unix_mount_points_get" ) ]
public static List<UnixMountPoint> @get (out uint64 time_read = null)
public static List<UnixMountPoint> @get (out uint64 time_read = null)
Gets a List of UnixMountPoint containing the unix mount points.
If time_read
is set, it will be filled with the mount timestamp, allowing for checking if the mounts have changed with
mount_points_changed_since.
Parameters:
time_read |
guint64 to contain a timestamp. |
Returns:
a List of the UNIX mountpoints. |