Constructor
DexPromisenew
Declaration [src]
DexPromise*
dex_promise_new (
void
)
Description [src]
Creates a new promise which may be completed or rejected using the available methods.
Return value
Type: DexPromise
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |