Suggest the use of G_STRFUNC
authorJavier Jardón <jjardon@gnome.org>
Sun, 15 Nov 2009 22:58:23 +0000 (23:58 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 15 Nov 2009 22:58:23 +0000 (23:58 +0100)
Suggest G_STRFUNC in the documentation of the deprecated functions
G_GNUC_PRETTY_FUNCTION and G_GNUC_FUNCTION

docs/reference/glib/tmpl/macros_misc.sgml

index 3944557..7ce3ff3 100644 (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 ##### -->