mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
06781ec8ad
commit
6411bedd01
@ -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>
|
2003-06-11 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gobject/tmpl/objects.sgml: A small addition.
|
* gobject/tmpl/objects.sgml: A small addition.
|
||||||
|
@ -155,4 +155,7 @@ OS/2 and BeOS. GLib is released under the GNU Library General Public License
|
|||||||
&glib-Caches;
|
&glib-Caches;
|
||||||
&glib-Memory-Allocators;
|
&glib-Memory-Allocators;
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
<index/>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
@ -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 ##### -->
|
<!-- ##### MACRO G_GNUC_NORETURN ##### -->
|
||||||
<para>
|
<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 is used for declaring functions which never return.
|
||||||
It enables optimization of the function, and avoids possible compiler
|
It enables optimization of the function, and avoids possible compiler
|
||||||
warnings. See the GNU C documentation for details.
|
warnings. See the GNU C documentation for details.
|
||||||
|
@ -85,4 +85,6 @@
|
|||||||
|
|
||||||
</reference>
|
</reference>
|
||||||
|
|
||||||
|
<index/>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
Loading…
Reference in New Issue
Block a user