Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Struct Gio.UnixMountEntry

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GUnixMountEntry
Struct : UnixMountEntry
Defines a Unix mount entry (e.g. /media/cdrom).
This corresponds roughly to a mtab entry.
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.unix_mount_compare (UnixMountEntry mount1, UnixMountEntry mount2) : gint32
Compares two unix mounts.
Gio
Method
Gio.unix_mount_free (UnixMountEntry mount_entry) : none
Frees a unix mount.
Gio
Method
Gio.unix_mount_get_device_path (UnixMountEntry mount_entry) : String
Gets the device path for a unix mount.
Gio
Method
Gio.unix_mount_get_fs_type (UnixMountEntry mount_entry) : String
Gets the filesystem type for the unix mount.
Gio
Method
Gio.unix_mount_get_mount_path (UnixMountEntry mount_entry) : String
Gets the mount path for a unix mount.
Gio
Method
Gio.unix_mount_guess_can_eject (UnixMountEntry mount_entry) : gboolean
Guesses whether a Unix mount can be ejected.
Gio
Method
Gio.unix_mount_guess_icon (UnixMountEntry mount_entry) : Gio.Icon
Guesses the icon of a Unix mount.
Gio
Method
Gio.unix_mount_guess_name (UnixMountEntry mount_entry) : String
Guesses the name of a Unix mount.
Gio
Method
Gio.unix_mount_guess_should_display (UnixMountEntry mount_entry) : gboolean
Guesses whether a Unix mount should be displayed in the UI.
Gio
Method
Gio.unix_mount_is_readonly (UnixMountEntry mount_entry) : gboolean
Checks if a unix mount is mounted read only.
Gio
Method
Gio.unix_mount_is_system_internal (UnixMountEntry mount_entry) : gboolean
Checks if a unix mount is a system path.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:32 GMT+0800 (HKT)