Constructor
DexFuturenew_take_variant
Declaration [src]
DexFuture*
dex_future_new_take_variant (
  GVariant* v_variant
)
Description [src]
Creates a new DexFuture that is resolved with v_variant.
This constructor is not directly available to language bindings.
Parameters
- v_variant
- 
            Type: GVariantThe variant to take ownership of. The called function takes ownership of the data, and is responsible for freeing it. 
Return value
Type: DexFuture
A resolved DexFuture.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |