Method

DexFutureawait_boolean

Declaration [src]

gboolean
dex_await_boolean (
  DexFuture* future
  GError** error
)

Description [src]

Awaits on future and returns the gboolean result.

If the result is not a #gboolean, error is set.

Return value

Type: gboolean

The #gboolean, or FALSE and error is set.