Struct

GLibDebugKey

Description

struct GDebugKey {
  const gchar* key;
  guint value;
}

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

Structure members
key

The string.

value

The flag.