ObjectG.setGObject

Set the GObject of a D ObjectG wrapper.

class ObjectG
final
void
setGObject
(
void* cObj
,
Flag!"Take" take = No.Take
)

Parameters

cObj void*

Pointer to the GObject

take Flag!"Take"

Yes.Take if the D object should take ownership of the passed reference, No.Take to add a new reference (default)