#include <stdapis/glib-2.0/gobject/genums.h>
struct _GFlagsClass |
Public Attributes | |
---|---|
GTypeClass | g_type_class |
guint | mask |
guint | n_values |
GFlagsValue * | values |
GFlagsClass: : the parent class : a mask covering all possible values. : the number of possible values. : an array of GFlagsValue structs describing the individual values.
The class of a flags type holds information about its possible values.