Constant

GLibGNUC_PRETTY_FUNCTION

deprecated: 2.16 since: 2.0

Declaration

#define G_GNUC_PRETTY_FUNCTION ""

Description

Expands to “” on all modern compilers, and to PRETTY_FUNCTION on gcc version 2.x. Don’t use it.

Available since: 2.0

Deprecated since: 2.16

Use G_STRFUNC() instead.