From: Javier Jardón Date: Sun, 15 Nov 2009 22:58:23 +0000 (+0100) Subject: Suggest the use of G_STRFUNC X-Git-Tag: 2.23.0~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96bf69d4cc4077a986c9b2c398356e9d543d88bd;p=platform%2Fupstream%2Fglib.git Suggest the use of G_STRFUNC Suggest G_STRFUNC in the documentation of the deprecated functions G_GNUC_PRETTY_FUNCTION and G_GNUC_FUNCTION --- 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.