ObjectWrap._setGObject
void _setGObject(void * cObj, Flag!"Take" take)Set the GObject of a D ObjectWrap wrapper.
Parameters
cObj | Pointer to the GObject |
take | Yes.Take if the D object should take ownership of the passed reference, No.Take to add a new reference |