Deprecate G_CONST_RETURN

This commit is contained in:
Ryan Lortie
2011-03-12 22:04:53 -05:00
parent 36741245cc
commit a7fc7909da
2 changed files with 5 additions and 2 deletions

View File

@@ -227,5 +227,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.