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) #

Class Method Detail

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

def self.g_type : UInt64 #

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


Instance Method Detail

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

def copy : Gio::UnixMountPoint #

def device_path : Path #

def finalize #

def free : Nil #

def fs_type : String #

def guess_can_eject : Bool #

def guess_icon : Gio::Icon #

def guess_name : String #

def guess_symbolic_icon : Gio::Icon #

def is_loopback : Bool #

def is_readonly : Bool #

def is_user_mountable : Bool #

def mount_path : Path #

def options : String? #

def to_unsafe : Pointer(Void) #