[glib] Suggest the use of G_STRFUNC
- From: Javier Jardón <jjardon src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] Suggest the use of G_STRFUNC
- Date: Sun, 15 Nov 2009 23:05:55 +0000 (UTC)
commit 96bf69d4cc4077a986c9b2c398356e9d543d88bd
Author: Javier Jardón <jjardon gnome org>
Date: Sun Nov 15 23:58:23 2009 +0100
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 files 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 <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 ##### -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]