API Version: 2.0
Library Version: 2.72
#define G_GNUC_PRETTY_FUNCTION ""
Expands to “” on all modern compilers, and to PRETTY_FUNCTION on gcc version 2.x. Don’t use it.
Use G_STRFUNC() instead.