Deprecate g_cache_value_foreach. (#322956, Nicolas Caniart)

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

	* glib/glib.symbols:
	* glib/gcache.h: Deprecate g_cache_value_foreach. (#322956,
	Nicolas Caniart)
This commit is contained in:
Matthias Clasen
2005-12-03 06:53:31 +00:00
committed by Matthias Clasen
parent d87c91a396
commit 36c836435b
7 changed files with 27 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
2005-12-03 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gcache.h: Deprecate g_cache_value_foreach. (#322956,
Nicolas Caniart)
* glib/gmappedfile.c: Make mapping of empty files
work. (#321530)