Fix typo in IconView docs

g_lsit_free_full() -> g_list_free_full()
This commit is contained in:
Sebastian Dröge 2022-01-09 13:59:59 +02:00
parent 2de65ebd4d
commit 1e26c352d6

View File

@ -4993,7 +4993,7 @@ gtk_icon_view_unselect_path (GtkIconView *icon_view,
* want to convert the returned list into a list of `GtkTreeRowReferences`.
* To do this, you can use gtk_tree_row_reference_new().
*
* To free the return value, use `g_lsit_free_full`:
* To free the return value, use `g_list_free_full`:
* |[<!-- language="C" -->
* GtkWidget *icon_view = gtk_icon_view_new ();
* // Use icon_view