Method
DexFutureawait_double
Declaration [src]
double
dex_await_double (
DexFuture* future
GError** error
)
Description [src]
Awaits on future
and returns the result as an double.
The resolved value must be of type G_TYPE_INT
or error
is set.