#include <stdapis/glib-2.0/gobject/genums.h>
struct _GEnumValue |
Public Attributes | |
---|---|
gint | value |
const gchar * | value_name |
const gchar * | value_nick |
GEnumValue: : the enum value : the name of the value : the nickname of the value
A structure which contains a single enum value, its name, and its nickname.