| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GUnixMountPoint |
| Struct : | UnixMountPoint |
| None |
| Method / Constructor | Defined By | |
|---|---|---|
|
compare
(UnixMountPoint mount2)
:
gint32
Compares two unix mount points.
Compares two unix mount points.
or less than mount2, respectively.
|
Gio.UnixMountPoint | |
|
free
()
:
none
Frees a unix mount point.
Frees a unix mount point.
|
Gio.UnixMountPoint | |
|
get_device_path
()
:
String
Gets the device path for a unix mount point.
Gets the device path for a unix mount point.
|
Gio.UnixMountPoint | |
|
get_fs_type
()
:
String
Gets the file system type for the mount point.
Gets the file system type for the mount point.
|
Gio.UnixMountPoint | |
|
get_mount_path
()
:
String
Gets the mount path for a unix mount point.
Gets the mount path for a unix mount point.
|
Gio.UnixMountPoint | |
|
guess_can_eject
()
:
gboolean
Guesses whether a Unix mount point can be ejected.
Guesses whether a Unix mount point can be ejected.
|
Gio.UnixMountPoint | |
|
guess_icon
()
:
Gio.Icon
Guesses the icon of a Unix mount point.
Guesses the icon of a Unix mount point.
|
Gio.UnixMountPoint | |
|
guess_name
()
:
String
Guesses the name of a Unix mount point.
Guesses the name of a Unix mount point.
The result is a translated string. be freed with g_free()
|
Gio.UnixMountPoint | |
|
is_loopback
()
:
gboolean
Checks if a unix mount point is a loopback device.
Checks if a unix mount point is a loopback device.
|
Gio.UnixMountPoint | |
|
is_readonly
()
:
gboolean
Checks if a unix mount point is read only.
Checks if a unix mount point is read only.
|
Gio.UnixMountPoint | |
|
is_user_mountable
()
:
gboolean
Checks if a unix mount point is mountable by the user.
Checks if a unix mount point is mountable by the user.
|
Gio.UnixMountPoint | |
| None |