ObjectConstructParam

The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.

Constructors

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

Members

Functions

cPtr
void* cPtr()

Properties

pspec
gobject.param_spec.ParamSpec pspec [@property getter]

Get field pspec.

pspec
gobject.param_spec.ParamSpec pspec [@property setter]

Set field pspec.

value
gobject.value.Value value [@property getter]

Get field value.

value
gobject.value.Value value [@property setter]

Set field value.