summaryrefslogtreecommitdiff
path: root/glib.h
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 /glib.h
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 'glib.h')
-rw-r--r--glib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib.h b/glib.h
index b2a289a4a..077241373 100644
--- a/glib.h
+++ b/glib.h
@@ -1059,7 +1059,7 @@ gpointer g_slist_nth_data (GSList *list,
/* Queues
*/
-GQueue* g_queue_create (void);
+GQueue* g_queue_new (void);
void g_queue_free (GQueue *queue);
void g_queue_push_head (GQueue *queue,
gpointer data);