Method
DexFutureawait_int64
Declaration [src]
gint64
dex_await_int64 (
DexFuture* future
GError** error
)
Description [src]
Awaits on future
and returns the result as an int64.
The resolved value must be of type G_TYPE_INT64
or error
is set.