GLib.DebugKey
const GLib = imports.gi.GLib;
let debugKey = new GLib.DebugKey({
value: value
});
Associates a string with a bit flag. Used in GLib.parse_debug_string.
const GLib = imports.gi.GLib;
let debugKey = new GLib.DebugKey({
value: value
});
Associates a string with a bit flag. Used in GLib.parse_debug_string.