Method

DexFutureis_pending

Declaration [src]

gboolean
dex_future_is_pending (
  DexFuture* future
)

Description [src]

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

Return value

Type: gboolean

TRUE if the future is still pending; otherwise FALSE.