Document the deprecatation of G_CONST_RETURN
authorRyan Lortie <desrt@desrt.ca>
Sun, 13 Mar 2011 03:04:53 +0000 (22:04 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 9 Jun 2011 15:42:35 +0000 (11:42 -0400)
...but don't actually deprecate it yet.

docs/reference/glib/tmpl/macros.sgml

index be7fc8a..33cab69 100644 (file)
@@ -226,5 +226,6 @@ turn it off. This macro should only be used for return values and for
 <emphasis>in</emphasis> parameters. 
 </para>
 
-
-
+@Deprecated: 2.30: API providers should replace all existing uses with
+  <literal>const</literal> and API consumers should adjust their code
+  accordingly.