Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 to
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Dec 6, 2005
1 parent b995c03 commit d3388eb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-10
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-12
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion glib/gmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) ( \
Expand Down

0 comments on commit d3388eb

Please sign in to comment.