UnixMountPoint
Object Hierarchy:
Description:
[ CCode ( cname = "GUnixMountPoint" , free_function = "g_unix_mount_point_free" , lower_case_cprefix = "g_unix_mount_point_" ) ]
[ Compact ]
public class UnixMountPoint
Defines a Unix mount point (e.
g. <filename>/dev</filename>). This corresponds roughly to a fstab entry.
Content:
Static methods:
Creation methods:
Methods:
- public int compare (UnixMountPoint mount2)
Compares two unix mount points.
- public UnixMountPoint copy ()
Makes a copy of this.
- public unowned string get_device_path ()
Gets the device path for a unix mount point.
- public unowned string get_fs_type ()
Gets the file system type for the mount point.
- public unowned string get_mount_path ()
Gets the mount path for a unix mount point.
- public unowned string get_options ()
Gets the options for the mount point.
- public bool guess_can_eject ()
Guesses whether a Unix mount point can be ejected.
- public Icon guess_icon ()
Guesses the icon of a Unix mount point.
- public string guess_name ()
Guesses the name of a Unix mount point.
- public Icon guess_symbolic_icon ()
Guesses the symbolic icon of a Unix mount point.
- public bool is_loopback ()
Checks if a unix mount point is a loopback device.
- public bool is_readonly ()
Checks if a unix mount point is read only.
- public bool is_user_mountable ()
Checks if a unix mount point is mountable by the user.