GObject.Parameter¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
name |
r/w |
the parameter name |
|
value |
r/w |
the parameter value |
Methods¶
None
Details¶
- class GObject.Parameter¶
The
GObject.Parameter
struct is an auxiliary structure used to hand parameter name/value pairs toGObject.Object.newv
().Deprecated since version 2.54: This type is not introspectable.