struct Gio::VolumeMonitor::MountAddedSignal
- Gio::VolumeMonitor::MountAddedSignal
- Struct
- Value
- Object
Overview
Emitted when a mount is added.
Defined in:
auto/gio-2.0/volume_monitor.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Gio::Mount, Nil))
- #connect(handler : Proc(Gio::Mount, Nil))
- #connect(handler : Proc(Gio::VolumeMonitor, Gio::Mount, Nil))
- #connect_after(&block : Proc(Gio::Mount, Nil))
- #connect_after(handler : Proc(Gio::Mount, Nil))
- #connect_after(handler : Proc(Gio::VolumeMonitor, Gio::Mount, Nil))
- #emit(mount : Gio::Mount) : Nil
- #name