Method

DexPromiseresolve_object

Declaration [src]

void
dex_promise_resolve_object (
  DexPromise* promise,
  gpointer object
)

Description

No description available.

Parameters

object

Type: gpointer

A GObject.

The argument can be NULL.
The instance takes ownership of the data, and is responsible for freeing it.