mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
[doc] Fix the documentation of GtkIconEntry
Cast to (GFunc) in example code Fixes https://bugzilla.gnome.org/show_bug.cgi?id=601383
This commit is contained in:
parent
0e3e20e705
commit
ae057dcd12
@ -5794,7 +5794,7 @@ gtk_icon_view_unselect_path (GtkIconView *icon_view,
|
|||||||
*
|
*
|
||||||
* To free the return value, use:
|
* To free the return value, use:
|
||||||
* |[
|
* |[
|
||||||
* g_list_foreach (list, gtk_tree_path_free, NULL);
|
* g_list_foreach (list, (GFunc)gtk_tree_path_free, NULL);
|
||||||
* g_list_free (list);
|
* g_list_free (list);
|
||||||
* ]|
|
* ]|
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user