mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
g-i: info: allow passing NULL to gst_debug_remove_log_function()
Useful for removing the default handler from bindings.
This commit is contained in:
parent
d18fff7ff5
commit
89f5df1782
1 changed files with 2 additions and 1 deletions
|
@ -1253,7 +1253,8 @@ gst_debug_remove_with_compare_func (GCompareFunc func, gpointer data)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_debug_remove_log_function:
|
* gst_debug_remove_log_function:
|
||||||
* @func: (scope call): the log function to remove
|
* @func: (scope call) (allow-none): the log function to remove, or %NULL to
|
||||||
|
* remove the default log function
|
||||||
*
|
*
|
||||||
* Removes all registered instances of the given logging functions.
|
* Removes all registered instances of the given logging functions.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue