Function
GioUnixmount_points_get
Declaration [src]
GList*
g_unix_mount_points_get (
guint64* time_read
)
Description [src]
Gets a list of GUnixMountPoint
instances representing 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
g_unix_mount_points_changed_since()
.