GLib.quark_to_string

function quark_to_string(quark: GLib.Quark): String {
    // Gjs wrapper for g_quark_to_string()
}
  

Gets the string associated with the given GLib.Quark.

quark

a GLib.Quark.

Returns

the string associated with the GLib.Quark