Struct

GLibDebugKey

since: 2.0

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.

Available since: 2.0