mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Make declaration return a boolean when the function does that
This commit is contained in:
parent
d9250dfa1f
commit
6138f23f5b
@ -1024,7 +1024,7 @@ unselect_all_helper (GtkRBTree *tree,
|
||||
}
|
||||
}
|
||||
|
||||
static gint
|
||||
static gboolean
|
||||
gtk_tree_selection_real_unselect_all (GtkTreeSelection *selection)
|
||||
{
|
||||
struct _TempTuple *tuple;
|
||||
|
Loading…
Reference in New Issue
Block a user