Closure.this

Create a closure.Closure boxed type.

  1. this(uint inMarshal, uint isInvalid)
    class Closure
    this
    (
    uint inMarshal = uint.init
    ,
    uint isInvalid = uint.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

inMarshal uint

Indicates whether the closure is currently being invoked with gobject.closure.Closure.invoke

isInvalid uint

Indicates whether the closure has been invalidated by gobject.closure.Closure.invalidate