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 d9250dfa1f
commit 6138f23f5b

View File

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