GnuCash
5.6-150-g038405b370+
|
Struct to pass as user_data for the handlers. More...
#include <unittest-support.h>
Data Fields | |
GLogLevelFlags | log_level |
char * | log_domain |
char * | msg |
guint | hits |
Struct to pass as user_data for the handlers.
Setting a parameter to NULL or 0 will match any value in the error, so if you have the same message and log level being issued in two domains you can match both of them by setting log_domain = NULL.
Definition at line 102 of file unittest-support.h.