From 282ad30c0cccd0511a1e1858725201921d5db173 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 20 Aug 2018 11:00:54 +0100 Subject: [PATCH] gslist: Fix a minor documentation syntax problem Signed-off-by: Philip Withnall --- glib/gslist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gslist.c b/glib/gslist.c index 51bd51f0c..8f616cb47 100644 --- a/glib/gslist.c +++ b/glib/gslist.c @@ -573,7 +573,7 @@ g_slist_copy (GSList *list) * g_slist_free_full (another_list, g_object_unref); * ]| * - * Returns: a full copy of @list, use #g_slist_free_full to free it + * Returns: a full copy of @list, use g_slist_free_full() to free it * * Since: 2.34 */