Function

DexFuturenew_for_object

Declaration [src]

DexFuture*
dex_future_new_for_object (
  gpointer instance
)

Description [src]

Creates a new DexFuture that is resolved with value.

Parameters

instance

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: DexStaticFuture

A resolved DexFuture.

The caller of the function takes ownership of the data, and is responsible for freeing it.