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.

Return value

Type: gint64

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