summaryrefslogtreecommitdiff
path: root/glib/glib/gqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glib/gqueue.c')
-rw-r--r--glib/glib/gqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glib/gqueue.c b/glib/glib/gqueue.c
index d9ee3a8..64117eb 100644
--- a/glib/glib/gqueue.c
+++ b/glib/glib/gqueue.c
@@ -794,7 +794,7 @@ g_queue_link_index (GQueue *queue,
}
/**
- * g_queue_unlink
+ * g_queue_unlink:
* @queue: a #GQueue
* @link_: a #GList link that <emphasis>must</emphasis> be part of @queue
*