Method

DexPromiseresolve

Declaration [src]

void
dex_promise_resolve (
  DexPromise* promise,
  const GValue* value
)

Description [src]

Sets the result for a DexPromise.

Parameters

value

Type: GValue

A GValue containing the resolved value.

The data is owned by the caller of the function.