summaryrefslogtreecommitdiff
path: root/gqueue.c
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-04-17 10:31:10 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-17 10:31:10 +0000
commit8f02fac4ad1e846f3075ae8b057b387e6365c0ca (patch)
treeef022bd96c1f6e0b0fd54167fd0362c96550080a /gqueue.c
parent186010f7ab93681ca8b06ea5f6c44b0561356c99 (diff)
downloadglib-8f02fac4ad1e846f3075ae8b057b387e6365c0ca.tar.gz
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.
Diffstat (limited to 'gqueue.c')
-rw-r--r--gqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gqueue.c b/gqueue.c
index 46730a51a..1616ea9a1 100644
--- a/gqueue.c
+++ b/gqueue.c
@@ -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;