gslist: Fix a minor documentation syntax problem

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-08-20 11:00:54 +01:00
parent e81f4c2ace
commit 282ad30c0c

View File

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