Function
DexFuturenew_for_string
Declaration [src]
DexFuture*
dex_future_new_for_string (
const char* value
)
Parameters
value
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: DexStaticFuture
A resolved DexFuture
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |