gobject.object_construct_param
Module for [ObjectConstructParam] class
class ObjectConstructParam
Types 1
classObjectConstructParam
The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.
Fields
GObjectConstructParam _cInstanceMethods
void * _cPtr() nothrowgobject.param_spec.ParamSpec pspec() @property nothrowGet `pspec` field. Returns: the #GParamSpec of the construct parametervoid pspec(gobject.param_spec.ParamSpec propval) @property nothrowSet `pspec` field. Params: propval = the #GParamSpec of the construct parametergobject.value.Value value() @property nothrowGet `value` field. Returns: the value to set the parameter tovoid value(gobject.value.Value propval) @property nothrowSet `value` field. Params: propval = the value to set the parameter to