Method

DexPromiseresolve_string

Declaration [src]

void
dex_promise_resolve_string (
  DexPromise* promise,
  char* value
)

Description

No description available.

Parameters

value char*
 

A string to use to resolve the promise.

 The instance takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.