Suggest the use of G_STRFUNC

Suggest G_STRFUNC in the documentation of the deprecated functions
G_GNUC_PRETTY_FUNCTION and G_GNUC_FUNCTION
This commit is contained in:
Javier Jardón 2009-11-15 23:58:23 +01:00
parent 6b7b7a7602
commit 96bf69d4cc

View File

@ -328,7 +328,7 @@ Expands to "" on all modern compilers, and to <literal>__FUNCTION__</literal>
on <command>gcc</command> version 2.x. Don't use it.
</para>
@Deprecated: 2.16
@Deprecated: 2.16: Use #G_STRFUNC instead.
<!-- ##### MACRO G_GNUC_PRETTY_FUNCTION ##### -->
@ -338,7 +338,7 @@ Expands to "" on all modern compilers, and to
Don't use it.
</para>
@Deprecated: 2.16
@Deprecated: 2.16: Use #G_STRFUNC instead.
<!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->