forked from AuroraMiddleware/gtk
Make declaration return a boolean when the function does that
This commit is contained in:
parent
14e0cbe2d3
commit
cd266cb8de
@ -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