GNUC_PRETTY_FUNCTION

Expands to "" on all modern compilers, and to __PRETTY_FUNCTION__ on gcc version 2.x. Don't use it.

More...
enum GNUC_PRETTY_FUNCTION = "";

Detailed Description

Deprecated: Use G_STRFUNC() instead