Make declaration return a boolean when the function does that
This commit is contained in:
@ -1024,7 +1024,7 @@ unselect_all_helper (GtkRBTree *tree,
|
||||
}
|
||||
}
|
||||
|
||||
static gint
|
||||
static gboolean
|
||||
gtk_tree_selection_real_unselect_all (GtkTreeSelection *selection)
|
||||
{
|
||||
struct _TempTuple *tuple;
|
||||
|
Reference in New Issue
Block a user