Constructor

DexFuturenew_for_boolean

Declaration [src]

DexFuture*
dex_future_new_for_boolean (
  gboolean v_bool
)

Description [src]

Creates a new DexFuture and resolves it with v_bool.

Parameters

v_bool gboolean
 

The resolved value for the future.

Return value

Returns: DexFuture
 

A resolved DexFuture.

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