projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de65eb
)
Fix typo in IconView docs
author
Sebastian Dröge
<sebastian@centricular.com>
Sun, 9 Jan 2022 11:59:59 +0000
(13:59 +0200)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/gtk/gtkiconview.c
b/gtk/gtkiconview.c
index f0082f28df6fc17e17bbf900fc6f9e14ab387488..606995f15e326b80d6353b2b1c27fa0697ca54d8 100644
(file)
--- a/
gtk/gtkiconview.c
+++ b/
gtk/gtkiconview.c
@@
-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_l
si
t_free_full`:
+ * To free the return value, use `g_l
is
t_free_full`:
* |[<!-- language="C" -->
* GtkWidget *icon_view = gtk_icon_view_new ();
* // Use icon_view