GObject.ParamSpecClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
dummy |
[ |
r |
|
finalize |
r |
The instance finalization function (optional), should chain up to the finalize method of the parent class. |
|
g_type_class |
r |
the parent class |
|
value_is_valid |
r |
Checks if contents of value comply with the specifications set out by this type, without modifying the value. This vfunc is optional. If it isn’t set, |
|
value_set_default |
r |
Resets a value to the default value for this type (recommended, the default is |
|
value_type |
r |
the |
|
value_validate |
r |
Ensures that the contents of value comply with the specifications set out by this type (optional), see |
|
values_cmp |
r |
Compares value1 with value2 according to this type (recommended, the default is memcmp()), see |
Methods¶
None
Details¶
- class GObject.ParamSpecClass¶
The class structure for the
GObject.ParamSpec
type. Normally,GObject.ParamSpec
classes are filled byGObject.param_type_register_static
().