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() nothrow
string key() @property nothrowGet `key` field. Returns: the string
void key(string propval) @property nothrowSet `key` field. Params: propval = the string
uint value() @property nothrowGet `value` field. Returns: the flag
void value(uint propval) @property nothrowSet `value` field. Params: propval = the flag
Constructors
this(void * ptr, Flag!"Take" take)