#include <stdapis/glib-2.0/gobject/genums.h>
struct _GEnumClass |
Public Attributes | |
---|---|
GTypeClass | g_type_class |
gint | maximum |
gint | minimum |
guint | n_values |
GEnumValue * | values |
GEnumClass: : the parent class : the smallest possible value. : the largest possible value. : the number of possible values. : an array of GEnumValue structs describing the individual values.
The class of an enumeration type holds information about its possible values.