Struct
GObjectFlagsValue
Description [src]
struct GFlagsValue {
  guint value;
  const gchar* value_name;
  const gchar* value_nick;
}
A structure which contains a single flags value, its name, and its nickname.
Structure members
- value:- guint
- The flags value. 
- value_name:- const gchar*
- The name of the value. 
- value_nick:- const gchar*
- The nickname of the value.