Method

FoundryFutureItemset_future

unstable since: 1.2

Declaration [src]

void
foundry_future_item_set_future (
  FoundryFutureItem* self,
  DexFuture* future
)

Description [src]

Sets the future observed by self.

FoundryFutureItem:item is notified after future is set and when future completes. If an older future completes after this call, its result is ignored.

Available since: 1.2

Parameters

future

Type: DexFuture

A future resolving to a GObject.

The argument can be NULL.
The data is owned by the caller of the method.