UnixMountEntry


Description:

[ CCode ( cname = "g_unix_mount_at" ) ]
public UnixMountEntry (string mount_path, out uint64 time_read = null)

Gets a UnixMountEntry for a given mount path.

If time_read is set, it will be filled with a unix timestamp for checking if the mounts have changed since with mounts_changed_since.

If more mounts have the same mount path, the last matching mount is returned.

This will return null if there is no mount point at mount_path.

Parameters:

mount_path

path for a possible unix mount.

time_read

guint64 to contain a timestamp.

Returns:

a UnixMountEntry.