class Gio::UnixMountPoint
- Gio::UnixMountPoint
- Reference
- Object
Overview
Defines a Unix mount point (e.g.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/unix_mount_point.crConstructors
Class Method Summary
- .at(mount_path : String) : Gio::UnixMountPoint | Nil
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #compare(mount2 : Gio::UnixMountPoint) : Int32
- #copy : Gio::UnixMountPoint
- #device_path : Path
- #finalize
- #free : Nil
- #fs_type : String
- #guess_can_eject : Bool
- #guess_icon : Gio::Icon
- #guess_name : String
- #guess_symbolic_icon : Gio::Icon
- #is_loopback : Bool
- #is_readonly : Bool
- #is_user_mountable : Bool
- #mount_path : Path
- #options : String | Nil
- #to_unsafe : Pointer(Void)
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.