Method

DexFutureawait_uint

Declaration [src]

guint
dex_await_uint (
  DexFuture* future
  GError** error
)

Description [src]

Awaits on future and returns the result as an uint.

The resolved value must be of type G_TYPE_INT or error is set.

Return value

Returns: guint
 

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