Add an autogenerated index.
authorMatthias Clasen <mc2@YAST_ASK>
Mon, 16 Jun 2003 23:01:00 +0000 (23:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 16 Jun 2003 23:01:00 +0000 (23:01 +0000)
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.

docs/reference/ChangeLog
docs/reference/glib/glib-docs.sgml
docs/reference/glib/tmpl/macros_misc.sgml
docs/reference/gobject/gobject-docs.sgml

index c7d84f0..8c51866 100644 (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.
index 130e492..4451349 100644 (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>
index 893c33a..272e4ff 100644 (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. 
index bb03b62..bc14ff5 100644 (file)
@@ -84,5 +84,7 @@
       &gobject-Value-Arrays;
       
   </reference>
+
+  <index/>
   
 </book>