GDebugKey

Associates a string with a bit flag. Used in g_parse_debug_string(). const gchar *key; the string guint value; the flag

struct GDebugKey {}

Members

Variables

key
char* key;
Undocumented in source.
value
uint value;
Undocumented in source.

Meta