Boxed.this

this(void * boxPtr, Flag!"Take" take)

Constructor for wrapping a GObject boxed value

Parameters

boxPtrThe pointer to the boxed type instance
takeYes.Take if ownership of pointer should be taken by the D object, No.Take to do a box copy of it
this(Boxed boxed)

Constructor for duplicating a wrapped boxed type value.