Method

DexFutureawait_enum

Declaration [src]

guint
dex_await_enum (
  DexFuture* future
  GError** error
)

Description [src]

Awaits on future and returns the enum result.

If the result is not a G_TYPE_ENUM, error is set.

Return value

Type: guint

The enum or 0 and error is set.