mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 16:06:16 +01:00
gslist: Fix a minor documentation syntax problem
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
e81f4c2ace
commit
282ad30c0c
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user