Class
JavaScriptCoreWeakValue
Description [src]
final class JavaScriptCore.WeakValue : GObject.Object
{
/* No available fields */
}
JSCWeakValue represents a weak reference to a value in a JSCContext
. It can be used
to keep a reference to a JavaScript value without protecting it from being garbage
collected and without referencing the JSCContext
either.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.