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