AbstractCompares two Unix mount points.
1, 0 or -1 if mount1 is greater than, equal to, or less than mount2, respectively
Frees a Unix mount point.
Gets the device path for a Unix mount point.
a string containing the device path
Gets the file system type for the mount point.
a string containing the file system type
Gets the mount path for a Unix mount point.
a string containing the mount path
Gets the options for the mount point.
a string containing the options
Guesses whether a Unix mount point can be ejected.
true if mount_point is deemed to be ejectable; false otherwise
Guesses the name of a Unix mount point.
The result is a translated string.
a newly allocated translated string
Checks if a Unix mount point is a loopback device.
true if the mount point is a loopback device; false otherwise
Checks if a Unix mount point is read only.
true if a mount point is read only; false otherwise
Checks if a Unix mount point is mountable by the user.
true if the mount point is user mountable; false otherwise
StaticatGets a GioUnix.MountPoint for a given mount path.
If time_read is set, it will be filled with a Unix timestamp for checking if
the mount points have changed since with
GioUnix.mount_points_changed_since.
If more mount points have the same mount path, the last matching mount point is returned.
path for a possible Unix mount point
Defines a Unix mount point (e.g.
/dev). This corresponds roughly to a fstab entry.