Function
DexFuturenew_for_boolean
Declaration [src]
DexFuture*
dex_future_new_for_boolean (
gboolean value
)
Return value
Type: DexStaticFuture
A resolved DexFuture
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |