class Gio::UnixMountEntry
- Gio::UnixMountEntry
- Reference
- Object
Overview
Defines a Unix mount entry (e.g. /media/cdrom
).
This corresponds roughly to a mtab entry.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/unix_mount_entry.crConstructors
Class Method Summary
- .at(mount_path : String) : Gio::UnixMountEntry | Nil
- .for(file_path : String) : Gio::UnixMountEntry | Nil
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #compare(mount2 : Gio::UnixMountEntry) : Int32
- #copy : Gio::UnixMountEntry
- #device_path : Path
- #finalize
- #free : Nil
- #fs_type : String
- #guess_can_eject : Bool
- #guess_icon : Gio::Icon
- #guess_name : String
- #guess_should_display : Bool
- #guess_symbolic_icon : Gio::Icon
- #is_readonly : Bool
- #is_system_internal : Bool
- #mount_path : Path
- #options : String | Nil
- #root_path : String | Nil
- #to_unsafe : Pointer(Void)