Struct
GObjectEnumValue
Description [src]
struct GEnumValue {
  gint value;
  const gchar* value_name;
  const gchar* value_nick;
}
A structure which contains a single enum value, its name, and its nickname.
Structure members
- value
- The enum value. 
- value_name
- The name of the value. 
- value_nick
- The nickname of the value.