gobject.object_construct_param

Module for [ObjectConstructParam] class

Types 1

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

Fields
Methods
void * _cPtr() nothrow
gobject.param_spec.ParamSpec pspec() @property nothrowGet `pspec` field. Returns: the #GParamSpec of the construct parameter
void pspec(gobject.param_spec.ParamSpec propval) @property nothrowSet `pspec` field. Params: propval = the #GParamSpec of the construct parameter
gobject.value.Value value() @property nothrowGet `value` field. Returns: the value to set the parameter to
void value(gobject.value.Value propval) @property nothrowSet `value` field. Params: propval = the value to set the parameter to
Constructors
this(void * ptr, Flag!"Take" take)