Constant

GLibGNUC_FUNCTION

deprecated: 2.16 

Declaration

#define G_GNUC_FUNCTION ""

Description

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

Deprecated since: 2.16

Use G_STRFUNC() instead.