GObject.type_qname
function type_qname(type: GObject.Type): GLib.Quark {
// Gjs wrapper for g_type_qname()
}
Get the corresponding quark of the type IDs name.
- type
type to return quark of type name for
- Returns
the type names quark or 0
function type_qname(type: GObject.Type): GLib.Quark {
// Gjs wrapper for g_type_qname()
}
Get the corresponding quark of the type IDs name.
type to return quark of type name for
the type names quark or 0