gobject.flags_class
Module for [FlagsClass] struct
struct FlagsClass
Types 1
structFlagsClass
The class of a flags type holds information about its possible values.
Fields
TypeClass gTypeClassthe parent classuint maska mask covering all possible values.uint nValuesthe number of possible values.FlagsValue * valuesan array of #GFlagsValue structs describing the individual values.