Make declaration return a boolean when the function does that

This commit is contained in:
Benjamin Otte 2010-06-16 11:54:41 +02:00
parent 14e0cbe2d3
commit cd266cb8de

View File

@ -1024,7 +1024,7 @@ unselect_all_helper (GtkRBTree *tree,
}
}
static gint
static gboolean
gtk_tree_selection_real_unselect_all (GtkTreeSelection *selection)
{
struct _TempTuple *tuple;