Closure.this

this(uint inMarshal = uint.init, uint isInvalid = uint.init)

Create a closure.Closure boxed type.

Parameters

inMarshalIndicates whether the closure is currently being invoked with [gobject.closure.Closure.invoke]
isInvalidIndicates whether the closure has been invalidated by [gobject.closure.Closure.invalidate]
this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.