Method

FoundryFutureItemdup_future

unstable since: 1.2

Declaration [src]

DexFuture*
foundry_future_item_dup_future (
  FoundryFutureItem* self
)

Description [src]

Gets the future currently observed by self.

Available since: 1.2

Return value

Type: DexFuture

A DexFuture or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.