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.

Return value

Type: guint64

An uint64, or 0 in case of failure and error is set.