Fix typo in IconView docs
authorSebastian Dröge <sebastian@centricular.com>
Sun, 9 Jan 2022 11:59:59 +0000 (13:59 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 9 Jan 2022 11:59:59 +0000 (13:59 +0200)
g_lsit_free_full() -> g_list_free_full()

gtk/gtkiconview.c

index f0082f28df6fc17e17bbf900fc6f9e14ab387488..606995f15e326b80d6353b2b1c27fa0697ca54d8 100644 (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