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

Hierarchy

hierarchy this FoundryFutureItem ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

foundry_future_item_new

Creates a new FoundryFutureItem for future.

unstable since: 1.2

Instance methods

foundry_future_item_dup_future

Gets the future currently observed by self.

unstable since: 1.2

foundry_future_item_dup_item

Gets the object resolved by the observed future.

unstable since: 1.2

foundry_future_item_set_future

Sets the future observed by self.

unstable since: 1.2

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.FutureItem:future

The future to observe for an object result.

unstable since: 1.2

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.

Class structure

struct FoundryFutureItemClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.