[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:
Christian Dywan 2009-12-08 05:45:50 +01:00 committed by Javier Jardón
parent 0e3e20e705
commit ae057dcd12

View File

@ -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);
* ]| * ]|
* *