Small documentation fixes.

2004-07-07  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreeview.c:
	* gtk/gtktreeview.h: Small documentation fixes.
This commit is contained in:
Matthias Clasen
2004-07-07 16:24:55 +00:00
committed by Matthias Clasen
parent ee31ef4e38
commit f2ac32337e
6 changed files with 24 additions and 3 deletions

View File

@ -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
**/