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 1cccfb7d1972cc6e5e8d4a8a13e84d401519ae53..0208f680d259169ff7201183d91a1186d1de26bf 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 4c38db5a36f0f9c256a95eadb2cc3ed4ae7b5793..c5de07c23aebced81d7419d94cbb80ed53f7ac1e 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 5da5cb985e7f32bca0bff461a59e2c3dedf44f84..e72fa3c7c21a9e74eef9965c8d11c6e71f2e7eab 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 8a3db2e12e25f87a6a21395ca9e5e6c4d31b9c01..7e744516c2341d7709755c6b160d4acfdb909b64 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 77843f272d743e0f4d9314682b823273e3ba4308..6259925af03743ddbd716200b1b3f37154cb644e 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>