LogFilterFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "1.12" ) ]
public delegate bool LogFilterFunc (string log_domain, LogLevelFlags log_level, string message)
[ Version ( since = "1.12" ) ]
public delegate bool LogFilterFunc (string log_domain, LogLevelFlags log_level, string message)
A function that is called for messages matching the filter added by gst_check_add_log_filter.
Parameters:
| log_domain |
the log domain of the message |
| log_level |
the log level of the message |
| message |
the message that has occurred |
| user_data |
user data |
Returns:
|
true if message should be discarded by GstCheck. |
Namespace: Gst.Check
Package: gstreamer-check-1.0