Searched defs:g_debug (Results 1 – 1 of 1) sorted by relevance
326 #define g_debug(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ macro351 #define g_debug(...) g_log (G_LOG_DOMAIN, \ macro375 #define g_debug(format...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ macro398 #define g_debug(format...) g_log (G_LOG_DOMAIN, \ macro454 g_debug (const gchar *format, in g_debug() function