GNUC_FUNCTION

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

More...
enum GNUC_FUNCTION = "";

Detailed Description

Deprecated: Use G_STRFUNC() instead