Renamed g_queue_create to g_queue_new in conformance to all other GLib

2000-04-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib.h, gqueue.c, tests/queue-test.c (main): Renamed
	g_queue_create to g_queue_new in conformance to all other GLib
	data types.
This commit is contained in:
Sebastian Wilhelmi
2000-04-17 10:31:10 +00:00
committed by Sebastian Wilhelmi
parent 186010f7ab
commit 8f02fac4ad
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ static GMemChunk *queue_memchunk = NULL;
static GTrashStack *free_queue_nodes = NULL;
GQueue*
g_queue_create (void)
g_queue_new (void)
{
GQueue *queue;