Add an autogenerated index.

2003-06-17  Matthias Clasen  <mc2@YAST_ASK>

	* gobject/gobject-docs.sgml:
	* glib/glib-docs.sgml: Add an autogenerated index.

2003-06-17  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED.
This commit is contained in:
Matthias Clasen 2003-06-16 23:01:00 +00:00 committed by Matthias Clasen
parent 06781ec8ad
commit 6411bedd01
4 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2003-06-17 Matthias Clasen <mc2@YAST_ASK>
* gobject/gobject-docs.sgml:
* glib/glib-docs.sgml: Add an autogenerated index.
2003-06-17 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED.
2003-06-11 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/objects.sgml: A small addition.

View File

@ -155,4 +155,7 @@ OS/2 and BeOS. GLib is released under the GNU Library General Public License
&glib-Caches;
&glib-Memory-Allocators;
</chapter>
<index/>
</book>

View File

@ -118,9 +118,23 @@ for a const function to return void.
<!-- ##### MACRO G_GNUC_DEPRECATED ##### -->
<para>
Expands to the GNU C <literal>deprecated</literal> attribute if the compiler
is <command>gcc</command>.
It can be used to mark typedefs, variables and functions as deprecated.
When called with the <option>-Wdeprecated</option> option, the compiler will
generate warnings when deprecated interfaces are used.
See the GNU C documentation for details.
</para>
@Since: 2.2
<!-- ##### MACRO G_GNUC_NORETURN ##### -->
<para>
Expands to the GNU C <literal>noreturn</literal> function attribute if the compiler is <command>gcc</command>.
Expands to the GNU C <literal>noreturn</literal> function attribute if the
compiler is <command>gcc</command>.
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.

View File

@ -84,5 +84,7 @@
&gobject-Value-Arrays;
</reference>
<index/>
</book>