Constructor
DexFuturenew_take_variant
Declaration [src]
DexFuture*
dex_future_new_take_variant (
GVariant* v_variant
)
Parameters
v_variant |
GVariant* |
The variant to take ownership of. |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | DexFuture |
A resolved |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |