Improve documentation around deprecations

This commit is contained in:
Matthias Clasen
2012-02-27 00:18:47 -05:00
parent 550fcaddf7
commit 76175ab9ed
5 changed files with 14 additions and 3 deletions

View File

@@ -2051,6 +2051,14 @@
* Since: 2.32
*/
/**
* GLIB_DISABLE_DEPRECATION_WARNINGS:
*
* A macro that should be defined before including the glib.h header.
* If it is defined, no compiler warnings will be produced for uses
* of deprecated GLib APIs.
*/
/**
* G_GNUC_NORETURN:
*