Method

DexFutureis_rejected

Declaration [src]

gboolean
dex_future_is_rejected (
  DexFuture* future
)

Description [src]

This is a convenience function equivalent to calling dex_future_get_status() and checking for DEX_FUTURE_STATUS_REJECTED.

Return value

Type: gboolean

TRUE if the future was rejected with an error; otherwise FALSE.