mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
gslist: Fix a minor documentation syntax problem
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user