From caa8d2ae18b16b200c7d401713733785fa818f5f Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sat, 12 Mar 2011 22:04:53 -0500 Subject: [PATCH] Document the deprecatation of G_CONST_RETURN ...but don't actually deprecate it yet. --- docs/reference/glib/tmpl/macros.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/glib/tmpl/macros.sgml b/docs/reference/glib/tmpl/macros.sgml index be7fc8ae3..33cab6919 100644 --- a/docs/reference/glib/tmpl/macros.sgml +++ b/docs/reference/glib/tmpl/macros.sgml @@ -226,5 +226,6 @@ turn it off. This macro should only be used for return values and for in parameters. - - +@Deprecated: 2.30: API providers should replace all existing uses with + const and API consumers should adjust their code + accordingly.