Method
DexFutureis_resolved
Declaration [src]
gboolean
dex_future_is_resolved (
DexFuture* future
)
Description [src]
This is a convenience function equivalent to calling
dex_future_get_status()
and checking for DEX_FUTURE_STATUS_RESOLVED
.