Function
DexFuturenew_take_string
Declaration [src]
DexFuture*
dex_future_new_take_string (
char* value
)
Parameters
value
-
Type:
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. |