Class
FoundryFutureItem
unstable since: 1.2
Description [src]
final class Foundry.FutureItem : GObject.Object
{
/* No available fields */
}
A property-notifying wrapper around a DexFuture that resolves to a
GObject.
FoundryFutureItem is useful when a future-backed object needs to be
exposed to property expressions or bindings. When the future resolves,
FoundryFutureItem:item is notified so expressions can re-read
the object from the future result.
Available since: 1.2
Properties
Foundry.FutureItem:item
The resolved object result from FoundryFutureItem:future.
unstable since: 1.2
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.