The class of a flags type holds information about its possible values.
the parent class
a mask covering all possible values.
the number of possible values.
an array of #GFlagsValue structs describing the individual values.
See Implementation
The class of a flags type holds information about its possible values.