Method

DexFutureawait_boxed

Declaration [src]

gpointer
dex_await_boxed (
  DexFuture* future
  GError** error
)

Description [src]

Awaits on future and returns the G_TYPE_BOXED based result.

Return value

Returns: gpointer
 

The boxed result, or NULL and error is set.