Method

DexFutureSetget_value_at

Declaration [src]

const GValue*
dex_future_set_get_value_at (
  DexFutureSet* future_set,
  guint position,
  GError** error
)

Description [src]

Gets the result from a DexFuture that is part of the DexFutureSet.

Parameters

position guint
 

The DexFuture position within the set.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: const GValue*
 

A GValue if successful; otherwise NULL and error is set.

 The data is owned by the instance.