mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Suggest the use of G_STRFUNC
Suggest G_STRFUNC in the documentation of the deprecated functions G_GNUC_PRETTY_FUNCTION and G_GNUC_FUNCTION
This commit is contained in:
parent
6b7b7a7602
commit
96bf69d4cc
@ -328,7 +328,7 @@ Expands to "" on all modern compilers, and to <literal>__FUNCTION__</literal>
|
||||
on <command>gcc</command> version 2.x. Don't use it.
|
||||
</para>
|
||||
|
||||
@Deprecated: 2.16
|
||||
@Deprecated: 2.16: Use #G_STRFUNC instead.
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GNUC_PRETTY_FUNCTION ##### -->
|
||||
@ -338,7 +338,7 @@ Expands to "" on all modern compilers, and to
|
||||
Don't use it.
|
||||
</para>
|
||||
|
||||
@Deprecated: 2.16
|
||||
@Deprecated: 2.16: Use #G_STRFUNC instead.
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user