Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmacros.h782 #define G_STRFUNC ((const char*) (__PRETTY_FUNCTION__)) macro
784 #define G_STRFUNC ((const char*) (__func__)) macro
786 #define G_STRFUNC ((const char*) (__FUNCTION__)) macro
788 #define G_STRFUNC ((const char*) ("???")) macro