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.
This method is not directly available to language bindings.