debug_remove_log_function

function debug_remove_log_function(func:Gst.LogFunction):Number {
    // Gjs wrapper for gst_debug_remove_log_function()
}

Removes all registered instances of the given logging functions.

func

the log function to remove

Returns

How many instances of the function were removed