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.ParamSpecderived structure that contains the meta data forGLib.Variantproperties.When comparing values with
GObject.param_values_cmp(), scalar values with the same type will be compared withGLib.Variant.compare(). Other non-Nonevariants will be checked for equality withGLib.Variant.equal(), and their sort order is otherwise undefined.Noneis ordered before non-Nonevariants. TwoNonevalues compare equal.New in version 2.26.