glib.debug_key

Module for [DebugKey] class

class DebugKey

Types 1

Associates a string with a bit flag. Used in [glib.global.parseDebugString].

Fields
GDebugKey _cInstance
Methods
void * _cPtr()
string key() @propertyGet `key` field. Returns: the string
void key(string propval) @propertySet `key` field. Params: propval = the string
uint value() @propertyGet `value` field. Returns: the flag
void value(uint propval) @propertySet `value` field. Params: propval = the flag
Constructors
this(void * ptr, Flag!"Take" take)