Gst.Pad.prototype.set_query_function_full

function set_query_function_full(query:Gst.PadQueryFunction):void {
    // Gjs wrapper for gst_pad_set_query_function_full()
}

Set the given query function for the pad.

query

the Gst.PadQueryFunction to set.