Variable

GLib-2.0GLibGNUC_PRETTY_FUNCTIONConstDeprecated 2.16

GNUC_PRETTY_FUNCTION: string

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

since 2.16: Use G_STRFUNC() instead