Home
last modified time | relevance | path

Searched defs:g_warning (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgmessages.h320 #define g_warning(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, \ macro
345 #define g_warning(...) g_log (G_LOG_DOMAIN, \ macro
369 #define g_warning(format...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, \ macro
392 #define g_warning(format...) g_log (G_LOG_DOMAIN, \ macro
436 g_warning (const gchar *format, in g_warning() function
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgmessages.c57 g_warning (const gchar *format, ...) in g_warning() function