Struct
GLibDebugKey
Description [src]
struct GDebugKey {
const gchar* key;
guint value;
}
Associates a string with a bit flag. Used in g_parse_debug_string().
Structure members
key:
const gchar*
The string.
value:
guint
The flag.