struct Gio::MountOperation::ReplySignal
- Gio::MountOperation::ReplySignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when the user has replied to the mount operation.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/mount_operation.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gio::MountOperationResult, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Gio::MountOperationResult, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gio::MountOperation, Gio::MountOperationResult, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(result : Gio::MountOperationResult) : Nil
-
#name : String
The signal name
Instance methods inherited from struct GObject::Signal
[](detail : String) : self
[],
name : String
name
Constructor methods inherited from struct GObject::Signal
new(source : GObject::Object, detail : Nil | String = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Gio::MountOperationResult, Nil)) : GObject::SignalConnection
#
def connect(handler : Proc(Gio::MountOperationResult, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gio::MountOperation, Gio::MountOperationResult, Nil), *, after : Bool = false) : GObject::SignalConnection
#