Searched refs:g_warn_message (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gmessages.h | 119 void g_warn_message (const char *domain, 242 #define g_warn_if_reached() do { g_warn_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, N… 244 … g_warn_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, #expr); } while (0)
|
D | gmessages.c | 549 g_warn_message (const char *domain, in g_warn_message() function
|
D | galiasdef.c | 1832 #undef g_warn_message 1833 extern __typeof (g_warn_message) g_warn_message __attribute((alias("IA__g_warn_message"), visibilit…
|
D | galias.h | 1825 extern __typeof (g_warn_message) IA__g_warn_message __attribute((visibility("hidden"))); 1826 #define g_warn_message IA__g_warn_message macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 877 g_warn_message
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 864 added g_warn_message() to implement g_warn_*() macros.
|