Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 to

2005-12-06  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
	we need GTK+ 2.8 to compile against GLib 2.10.
This commit is contained in:
Matthias Clasen 2005-12-06 14:16:27 +00:00 committed by Matthias Clasen
parent b995c03ea2
commit d3388eb4e8
4 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
we need GTK+ 2.8 to compile against GLib 2.10.
2005-12-05 Manish Singh <yosh@gimp.org>
* tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure

View File

@ -1,3 +1,8 @@
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
we need GTK+ 2.8 to compile against GLib 2.10.
2005-12-05 Manish Singh <yosh@gimp.org>
* tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure

View File

@ -1,3 +1,8 @@
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
we need GTK+ 2.8 to compile against GLib 2.10.
2005-12-05 Manish Singh <yosh@gimp.org>
* tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure

View File

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