[glib: 2/3] gslist: Fix a minor documentation syntax problem



commit 282ad30c0cccd0511a1e1858725201921d5db173
Author: Philip Withnall <withnall endlessm com>
Date:   Mon Aug 20 11:00:54 2018 +0100

    gslist: Fix a minor documentation syntax problem
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 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
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]