mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
G_GNUC_[PRETTY_]FUNCTION are deprecated since 2.16, not 2.14.
2008-01-29 Christian Persch <chpe@gnome.org> * docs/reference/glib/tmpl/macros_misc.sgml: G_GNUC_[PRETTY_]FUNCTION are deprecated since 2.16, not 2.14. svn path=/trunk/; revision=6419
This commit is contained in:
parent
6ff29c1dea
commit
9ac7dbc9b4
@ -1,3 +1,8 @@
|
|||||||
|
2008-01-29 Christian Persch <chpe@gnome.org>
|
||||||
|
|
||||||
|
* docs/reference/glib/tmpl/macros_misc.sgml: G_GNUC_[PRETTY_]FUNCTION
|
||||||
|
are deprecated since 2.16, not 2.14.
|
||||||
|
|
||||||
2008-01-29 14:58:31 Tim Janik <timj@imendio.com>
|
2008-01-29 14:58:31 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gmem.[hc]: changed size argument type from gulong to gsize as
|
* glib/gmem.[hc]: changed size argument type from gulong to gsize as
|
||||||
@ -45,7 +50,7 @@
|
|||||||
|
|
||||||
2008-01-27 Matthias Clasen <mclasen@redhat.com>
|
2008-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION.
|
* glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION. Bug #409360.
|
||||||
|
|
||||||
2008-01-27 Matthias Clasen <mclasen@redhat.com>
|
2008-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
@ -268,7 +268,7 @@ Expands to "" on all modern compilers, and to <literal>__FUNCTION__</literal>
|
|||||||
on <command>gcc</command> version 2.x. Don't use it.
|
on <command>gcc</command> version 2.x. Don't use it.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@Deprecated: 2.14
|
@Deprecated: 2.16
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_GNUC_PRETTY_FUNCTION ##### -->
|
<!-- ##### MACRO G_GNUC_PRETTY_FUNCTION ##### -->
|
||||||
@ -278,7 +278,7 @@ Expands to "" on all modern compilers, and to
|
|||||||
Don't use it.
|
Don't use it.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@Deprecated: 2.14
|
@Deprecated: 2.16
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->
|
<!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user