Add some warnings regarding --disable-mem-pools.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 2 Dec 2004 15:46:09 +0000 (15:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 2 Dec 2004 15:46:09 +0000 (15:46 +0000)
2004-12-02  Matthias Clasen  <mclasen@redhat.com>

* glib/building.sgml:
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/linked_lists_double.sgml:
* glib/tmpl/trees-nary.sgml: Add some warnings regarding
--disable-mem-pools.

docs/reference/ChangeLog
docs/reference/glib/building.sgml
docs/reference/glib/tmpl/linked_lists_double.sgml
docs/reference/glib/tmpl/linked_lists_single.sgml
docs/reference/glib/tmpl/trees-nary.sgml

index 1cccfb7..0208f68 100644 (file)
@@ -1,3 +1,11 @@
+2004-12-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/building.sgml: 
+       * glib/tmpl/linked_lists_single.sgml: 
+       * glib/tmpl/linked_lists_double.sgml: 
+       * glib/tmpl/trees-nary.sgml: Add some warnings regarding
+       --disable-mem-pools.
+
 2004-12-01  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/iochannels.sgml: Fix a typo.  (#160162, Tom Copeland)
index 4c38db5..c5de07c 100644 (file)
@@ -244,7 +244,10 @@ How to compile GLib itself
         <para>
          <structname>GList</structname>, <structname>GSList</structname>,
          <structname>GNode</structname>, <structname>GHash</structname> 
-         allocations
+         allocations. The functions g_list_push_allocator(), 
+         g_list_pop_allocator(), g_slist_push_allocator(), 
+         g_slist_pop_allocator(), g_node_push_allocator() and 
+         g_node_pop_allocator() are not available
         </para>
         </listitem>
         <listitem>
index 5da5cb9..e72fa3c 100644 (file)
@@ -486,6 +486,10 @@ is not found.
 Sets the allocator to use to allocate #GList elements.
 Use g_list_pop_allocator() to restore the previous allocator.
 </para>
+<para>
+Note that this function is not available if GLib has been compiled
+with <option>--disable-mem-pools</option>
+</para>
 
 @allocator: the #GAllocator to use when allocating #GList elements.
 
@@ -494,6 +498,10 @@ Use g_list_pop_allocator() to restore the previous allocator.
 <para>
 Restores the previous #GAllocator, used when allocating #GList elements.
 </para>
+<para>
+Note that this function is not available if GLib has been compiled
+with <option>--disable-mem-pools</option>
+</para>
 
 
 
index 8a3db2e..7e74451 100644 (file)
@@ -407,6 +407,10 @@ is not found.
 Sets the allocator to use to allocate #GSList elements.
 Use g_slist_pop_allocator() to restore the previous allocator.
 </para>
+<para>
+Note that this function is not available if GLib has been compiled
+with <option>--disable-mem-pools</option>
+</para>
 
 @allocator: the #GAllocator to use when allocating #GSList elements.
 
@@ -415,6 +419,10 @@ Use g_slist_pop_allocator() to restore the previous allocator.
 <para>
 Restores the previous #GAllocator, used when allocating #GSList elements.
 </para>
+<para>
+Note that this function is not available if GLib has been compiled
+with <option>--disable-mem-pools</option>
+</para>
 
 
 
index 77843f2..6259925 100644 (file)
@@ -519,6 +519,10 @@ allocated.
 Sets the allocator to use to allocate #GNode elements.
 Use g_node_pop_allocator() to restore the previous allocator.
 </para>
+<para>
+Note that this function is not available if GLib has been compiled
+with <option>--disable-mem-pools</option>
+</para>
 
 @allocator: the #GAllocator to use when allocating #GNode elements.
 
@@ -527,6 +531,10 @@ Use g_node_pop_allocator() to restore the previous allocator.
 <para>
 Restores the previous #GAllocator, used when allocating #GNode elements.
 </para>
+<para>
+Note that this function is not available if GLib has been compiled
+with <option>--disable-mem-pools</option>
+</para>