mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
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:
parent
b995c03ea2
commit
d3388eb4e8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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) ( \
|
||||
|
Loading…
Reference in New Issue
Block a user