mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Document G_GNUC_DEPRECATED_FOR
This commit is contained in:
parent
157116b8dd
commit
f291d3bb3c
@ -346,6 +346,7 @@ G_GNUC_MALLOC
|
||||
G_GNUC_ALLOC_SIZE
|
||||
G_GNUC_ALLOC_SIZE2
|
||||
G_GNUC_DEPRECATED
|
||||
G_GNUC_DEPRECATED_FOR
|
||||
G_GNUC_NORETURN
|
||||
G_GNUC_UNUSED
|
||||
G_GNUC_PRINTF
|
||||
|
@ -250,6 +250,19 @@ See the GNU C documentation for details.
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GNUC_DEPRECATED_FOR ##### -->
|
||||
<para>
|
||||
Like %G_GNUC_DEPRECATED, but names the intended replacement for the
|
||||
deprecated symbol if the version of <command>gcc</command> in use is
|
||||
new enough to support custom deprecation messages.
|
||||
See the GNU C documentation for details.
|
||||
</para>
|
||||
|
||||
@f: the intended replacement for the deprecated symbol, such as the name of a
|
||||
function
|
||||
@Since: 2.25.3
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GNUC_NORETURN ##### -->
|
||||
<para>
|
||||
Expands to the GNU C <literal>noreturn</literal> function attribute if the
|
||||
|
Loading…
Reference in New Issue
Block a user