class Gio::UnixMountPoint

Overview

Defines a Unix mount point (e.g. /dev). This corresponds roughly to a fstab entry.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/unix_mount_point.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]

Class Method Detail

def self.at(mount_path : String) : Gio::UnixMountPoint | Nil #

[View source]
def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def compare(mount2 : Gio::UnixMountPoint) : Int32 #

[View source]
def copy : Gio::UnixMountPoint #

[View source]
def device_path : Path #

[View source]
def finalize #

[View source]
def free : Nil #

[View source]
def fs_type : String #

[View source]
def guess_can_eject : Bool #

[View source]
def guess_icon : Gio::Icon #

[View source]
def guess_name : String #

[View source]
def guess_symbolic_icon : Gio::Icon #

[View source]
def is_loopback : Bool #

[View source]
def is_readonly : Bool #

[View source]
def is_user_mountable : Bool #

[View source]
def mount_path : Path #

[View source]
def options : String | Nil #

[View source]
def to_unsafe : Pointer(Void) #

[View source]