[ CCode ( instance_pos = 3.9 ) ]
[ 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.
| 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 |
|
true if message should be discarded by GstCheck. |