diff options
author | Benjamin Otte <otte@redhat.com> | 2010-06-16 11:54:41 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-06-28 14:19:18 +0200 |
commit | cd266cb8de84a05846ca725751cf0ef428f000e4 (patch) | |
tree | 63117fbf1b05b48af5ce61ef887c75c0680f710c /gtk/gtktreeselection.c | |
parent | 14e0cbe2d35215fb299e84c193d3438dfbcc7a88 (diff) | |
download | gtk+-cd266cb8de84a05846ca725751cf0ef428f000e4.tar.gz |
Make declaration return a boolean when the function does that
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r-- | gtk/gtktreeselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 59ce8aea3a..b59bdf0e87 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -1024,7 +1024,7 @@ unselect_all_helper (GtkRBTree *tree, } } -static gint +static gboolean gtk_tree_selection_real_unselect_all (GtkTreeSelection *selection) { struct _TempTuple *tuple; |