flow_to_quark

function flow_to_quark(ret:Gst.FlowReturn):GLib.Quark {
    // Gjs wrapper for gst_flow_to_quark()
}

Get the unique quark for the given GstFlowReturn.

ret

a Gst.FlowReturn to get the quark of.

Returns

the quark associated with the flow return or 0 if an invalid return was specified.