GDebugKey

Associates a string with a bit flag. Used in g_parse_debug_string().

struct GDebugKey {}

Members

Variables

key
const(char)* key;

the string

value
uint value;

the flag

Meta