From 96bf69d4cc4077a986c9b2c398356e9d543d88bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Sun, 15 Nov 2009 23:58:23 +0100 Subject: [PATCH] Suggest the use of G_STRFUNC 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 3944557..7ce3ff3 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -328,7 +328,7 @@ Expands to "" on all modern compilers, and to __FUNCTION__ on gcc version 2.x. Don't use it. -@Deprecated: 2.16 +@Deprecated: 2.16: Use #G_STRFUNC instead. @@ -338,7 +338,7 @@ Expands to "" on all modern compilers, and to Don't use it. -@Deprecated: 2.16 +@Deprecated: 2.16: Use #G_STRFUNC instead. -- 2.7.4