Function

DexFuturenew_for_int64

Declaration [src]

DexFuture*
dex_future_new_for_int64 (
  gint64 value
)

Description [src]

Creates a new DexFuture and resolves it with v_int64.

Parameters

value

Type: gint64

No description available.

Return value

Type: DexStaticFuture

A resolved DexFuture.

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