GObject.ParamSpecVariant¶
- Subclasses:
None
Methods¶
- Inherited:
Virtual Methods¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
default_value |
r |
a |
|
padding |
[ |
r |
|
parent_instance |
r |
private |
|
type |
r |
a |
Class Details¶
- class GObject.ParamSpecVariant¶
- Bases:
- Abstract:
No
A
GObject.ParamSpec
derived structure that contains the meta data forGLib.Variant
properties.When comparing values with
GObject.param_values_cmp
(), scalar values with the same type will be compared withGLib.Variant.compare
(). Other non-None
variants will be checked for equality withGLib.Variant.equal
(), and their sort order is otherwise undefined.None
is ordered before non-None
variants. TwoNone
values compare equal.New in version 2.26.