UnixMountEntry
Object Hierarchy:
Description:
[ CCode ( cname = "GUnixMountEntry" , free_function = "g_unix_mount_free" , lower_case_cprefix = "g_unix_mount_" ) ]
[ Compact ]
public class UnixMountEntry
Defines a Unix mount entry (e.
g. <filename>/media/cdrom</filename>). This corresponds roughly to a mtab entry.
Content:
Static methods:
Creation methods:
Methods:
- public int compare (UnixMountEntry mount)
Compares two unix mounts.
- public UnixMountEntry copy ()
Makes a copy of mount_entry
.
- public unowned string get_device_path ()
Gets the device path for a unix mount.
- public unowned string get_fs_type ()
Gets the filesystem type for the unix mount.
- public unowned string get_mount_path ()
Gets the mount path for a unix mount.
- public unowned string get_options ()
Gets a comma-separated list of mount options for the unix mount.
- public unowned string get_root_path ()
Gets the root of the mount within the filesystem.
- public bool guess_can_eject ()
Guesses whether a Unix mount can be ejected.
- public Icon guess_icon ()
Guesses the icon of a Unix mount.
- public string guess_name ()
Guesses the name of a Unix mount.
- public bool guess_should_display ()
Guesses whether a Unix mount should be displayed in the UI.
- public Icon guess_symbolic_icon ()
Guesses the symbolic icon of a Unix mount.
- public bool is_readonly ()
Checks if a unix mount is mounted read only.
- public bool is_system_internal ()
Checks if a Unix mount is a system mount.