Method

DexPromiseresolve_object

Declaration [src]

void
dex_promise_resolve_object (
  DexPromise* promise,
  GObject* object
)

Description

No description available.

Parameters

object

Type: GObject

A GObject.

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