Struct
GLibTestLogMsg
Description
structGTestLogMsg{
GTestLogTypelog_type;
guintn_strings;
gchar**strings;
guintn_nums;
longdouble*nums;
}
No description available.
Structure members
log_type:GTestLogTypeNo description available.
n_strings:guintNo description available.
strings:gchar**No description available.
n_nums:guintNo description available.
nums:long double*No description available.
Instance methods
g_test_log_msg_free
Internal function for gtester to free test log messages, no ABI guarantees provided.