Deprecate mem chunks

This commit is contained in:
Matthias Clasen 2005-12-05 15:54:44 +00:00
parent 0b5560da8b
commit 7d5800d718
5 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Really deprecate GMemChunk.
* glib/gdate.c:
* glib/gutils.c:
* glib/gtree.c:

View File

@ -1,5 +1,7 @@
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Really deprecate GMemChunk.
* glib/gdate.c:
* glib/gutils.c:
* glib/gtree.c:

View File

@ -1,5 +1,7 @@
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Really deprecate GMemChunk.
* glib/gdate.c:
* glib/gutils.c:
* glib/gtree.c:

View File

@ -1,5 +1,8 @@
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/memory_slices.sgml: Fix a small formatting
problem.
* glib/tmpl/trees-nary.sgml:
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/linked_lists_double.sgml:

View File

@ -99,7 +99,7 @@ void g_mem_profile (void);
/* deprecated memchunks and allocators */
#if !defined G_DISABLE_DEPRECATED || 1
#ifndef G_DISABLE_DEPRECATED
typedef struct _GAllocator GAllocator;
typedef struct _GMemChunk GMemChunk;
#define g_mem_chunk_create(type, pre_alloc, alloc_type) ( \