From: Matthias Clasen Date: Mon, 16 Jun 2003 23:01:00 +0000 (+0000) Subject: Add an autogenerated index. X-Git-Tag: GLIB_2_3_0~161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6411bedd0162b73c627ca83856d72db6972d99bd;p=platform%2Fupstream%2Fglib.git Add an autogenerated index. 2003-06-17 Matthias Clasen * gobject/gobject-docs.sgml: * glib/glib-docs.sgml: Add an autogenerated index. 2003-06-17 Matthias Clasen * glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED. --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c7d84f0..8c51866 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,12 @@ +2003-06-17 Matthias Clasen + + * gobject/gobject-docs.sgml: + * glib/glib-docs.sgml: Add an autogenerated index. + +2003-06-17 Matthias Clasen + + * glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED. + 2003-06-11 Matthias Clasen * gobject/tmpl/objects.sgml: A small addition. diff --git a/docs/reference/glib/glib-docs.sgml b/docs/reference/glib/glib-docs.sgml index 130e492..4451349 100644 --- a/docs/reference/glib/glib-docs.sgml +++ b/docs/reference/glib/glib-docs.sgml @@ -155,4 +155,7 @@ OS/2 and BeOS. GLib is released under the GNU Library General Public License &glib-Caches; &glib-Memory-Allocators; + + + diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 893c33a..272e4ff 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -118,9 +118,23 @@ for a const function to return void. + + +Expands to the GNU C deprecated attribute if the compiler +is gcc. +It can be used to mark typedefs, variables and functions as deprecated. +When called with the option, the compiler will +generate warnings when deprecated interfaces are used. +See the GNU C documentation for details. + + +@Since: 2.2 + + -Expands to the GNU C noreturn function attribute if the compiler is gcc. +Expands to the GNU C noreturn function attribute if the +compiler is gcc. It is used for declaring functions which never return. It enables optimization of the function, and avoids possible compiler warnings. See the GNU C documentation for details. diff --git a/docs/reference/gobject/gobject-docs.sgml b/docs/reference/gobject/gobject-docs.sgml index bb03b62..bc14ff5 100644 --- a/docs/reference/gobject/gobject-docs.sgml +++ b/docs/reference/gobject/gobject-docs.sgml @@ -84,5 +84,7 @@ &gobject-Value-Arrays; + +