forked from AuroraMiddleware/gtk
Fix typo in IconView docs
g_lsit_free_full() -> g_list_free_full()
This commit is contained in:
parent
2de65ebd4d
commit
1e26c352d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user