enum Gio::MountOperationResult

Overview

#GMountOperationResult is returned as a result when a request for information is send by the mounting operation.

Defined in:

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

Enum Members

Handled = 0_u32

The request was fulfilled and the user specified data is now available

Aborted = 1_u32

The user requested the mount operation to be aborted

Unhandled = 2_u32

The request was unhandled (i.e. not implemented)

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

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


[View source]

Instance Method Detail

def aborted? #

[View source]
def handled? #

[View source]
def unhandled? #

[View source]