diff --git a/ChangeLog b/ChangeLog index 8c5af09bfd..80d29ccf13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-07 Matthias Clasen + + * gtk/gtktreeview.c: + * gtk/gtktreeview.h: Small documentation fixes. + 2004-07-07 Matthias Clasen Support separators in combo boxes and more generally in tree diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8c5af09bfd..80d29ccf13 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-07-07 Matthias Clasen + + * gtk/gtktreeview.c: + * gtk/gtktreeview.h: Small documentation fixes. + 2004-07-07 Matthias Clasen Support separators in combo boxes and more generally in tree diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 8c5af09bfd..80d29ccf13 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-07-07 Matthias Clasen + + * gtk/gtktreeview.c: + * gtk/gtktreeview.h: Small documentation fixes. + 2004-07-07 Matthias Clasen Support separators in combo boxes and more generally in tree diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8c5af09bfd..80d29ccf13 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-07-07 Matthias Clasen + + * gtk/gtktreeview.c: + * gtk/gtktreeview.h: Small documentation fixes. + 2004-07-07 Matthias Clasen Support separators in combo boxes and more generally in tree diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index cb1b7610e9..91bb183e3a 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -12460,12 +12460,13 @@ gtk_tree_view_get_row_separator_func (GtkTreeView *tree_view) /** * gtk_tree_view_set_row_separator_func: * @tree_view: a #GtkTreeView - * @func: a #GtkTreeRowSeparatorFunc + * @func: a #GtkTreeViewRowSeparatorFunc * @data: user data to pass to @func, or %NULL * @destroy: destroy notifier for @data, or %NULL * * Sets the row separator function, which is used to determine - * whether a row should be drawn as a separator. + * whether a row should be drawn as a separator. If the row separator + * function is %NULL, no separators are drawn. This is the default value. * * Since: 2.6 **/ diff --git a/gtk/gtktreeview.h b/gtk/gtktreeview.h index d0f59174a9..9e7ba4b6ce 100644 --- a/gtk/gtktreeview.h +++ b/gtk/gtktreeview.h @@ -317,7 +317,7 @@ void gtk_tree_view_set_destroy_count_func (GtkTreeView *tree_view, GtkDestroyNotify destroy); void gtk_tree_view_set_fixed_height_mode (GtkTreeView *tree_view, - gboolean hover); + gboolean enable); gboolean gtk_tree_view_get_fixed_height_mode (GtkTreeView *tree_view); void gtk_tree_view_set_hover_selection (GtkTreeView *tree_view, gboolean hover);