struct Gio::VolumeMonitor::VolumeRemovedSignal
- Gio::VolumeMonitor::VolumeRemovedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when a mountable volume is removed from the system.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/volume_monitor.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gio::Volume, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Gio::Volume, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gio::VolumeMonitor, Gio::Volume, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(volume : Gio::Volume) : 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(handler : Proc(Gio::Volume, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gio::VolumeMonitor, Gio::Volume, Nil), *, after : Bool = false) : GObject::SignalConnection
#