docs: Do not use G_CONST_RETURN

This commit is contained in:
Javier Jardón
2011-06-06 19:07:23 +01:00
parent 7c688cb8a6
commit a8f5a8b919
2 changed files with 6 additions and 6 deletions

View File

@ -102,8 +102,8 @@ state (explained in its documentation).
</para>
<para>
For strings returned from functions, they will be declared "const" (using
#G_CONST_RETURN) if they should not be freed. Non-const strings should be
For strings returned from functions, they will be declared "const"
if they should not be freed. Non-const strings should be
freed with g_free(). Arrays follow the same rule. If you find an
undocumented exception to the rules, please report a bug to <ulink
url="http://bugzilla.gnome.org">http://bugzilla.gnome.org</ulink>.