From: Javier Jardón Date: Sun, 15 Nov 2009 22:58:23 +0000 (+0100) Subject: Suggest the use of G_STRFUNC X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=96bf69d4cc4077a986c9b2c398356e9d543d88bd;p=dana%2Fcg-glib.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 39445574..7ce3ff38 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.