Searched defs:g_message (Results 1 – 1 of 1) sorted by relevance
314 #define g_message(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_MESSAGE, \ macro339 #define g_message(...) g_log (G_LOG_DOMAIN, \ macro363 #define g_message(format...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_MESSAGE, \ macro386 #define g_message(format...) g_log (G_LOG_DOMAIN, \ macro418 g_message (const gchar *format, in g_message() function