struct JavaScriptCore::WeakValue::ClearedSignal
- JavaScriptCore::WeakValue::ClearedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
This signal is emitted when the JavaScript value is destroyed.
Defined in:
lib/gi-crystal/src/auto/java_script_core-5.0/weak_value.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(JavaScriptCore::WeakValue, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit : 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 : String? = nil)
new
Instance Method Detail
def connect(handler : Proc(JavaScriptCore::WeakValue, Nil), *, after : Bool = false) : GObject::SignalConnection
#