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