to_quark

function to_quark(type:Gst.QueryType):GLib.Quark {
    // Gjs wrapper for gst_query_type_to_quark()
}

Get the unique quark for the given query type.

type

the query type

Returns

the quark associated with the query type