Extend GQueue API to match the GList API. (#118439).

Sat Feb 21 13:45:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

	* glib/gqueue.[ch]: Extend GQueue API to match the GList
	API. (#118439).

	* tests/queue-test.c: Update test suite to cover the new API.
This commit is contained in:
Soeren Sandmann
2004-02-21 12:48:08 +00:00
committed by Søren Sandmann Pedersen
parent ee4e622d37
commit a9bbf0f35d
9 changed files with 1600 additions and 40 deletions

View File

@@ -1,3 +1,10 @@
Sat Feb 21 13:45:08 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gqueue.[ch]: Extend GQueue API to match the GList
API. (#118439).
* tests/queue-test.c: Update test suite to cover the new API.
Fri Feb 20 03:02:05 2004 Tim Janik <timj@gtk.org>
* glib/ghash.[hc]: applied patch from #131937 with slight