GObject.ObjectConstructParam¶
Fields¶
| Name | Type | Access | Description |
|---|---|---|---|
| pspec | GObject.ParamSpec |
r/w | the GObject.ParamSpec of the construct parameter |
| value | GObject.Value |
r/w | the value to set the parameter to |
Methods¶
None
Details¶
-
class
GObject.ObjectConstructParam¶ The
GObject.ObjectConstructParamstruct is an auxiliary structure used to handGObject.ParamSpec/GObject.Valuepairs to the constructor of aGObject.ObjectClass.