Small documentation fix.

2009-01-28  Philip Withnall  <philip@tecnocode.co.uk>

	* gtk/gtktreeview.c: Small documentation fix.


svn path=/trunk/; revision=22247
This commit is contained in:
Philip Withnall 2009-01-28 20:35:35 +00:00 committed by Philip Withnall
parent ea62b2ca5b
commit b33a3d925e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-28 Philip Withnall <philip@tecnocode.co.uk>
* gtk/gtktreeview.c: Small documentation fix.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Use the get_text_area_size vfunc to make

View File

@ -14021,7 +14021,7 @@ gtk_tree_view_set_search_equal_func (GtkTreeView *tree_view,
* gtk_tree_view_get_search_entry:
* @tree_view: A #GtkTreeView
*
* Returns the GtkEntry which is currently in use as interactive search
* Returns the #GtkEntry which is currently in use as interactive search
* entry for @tree_view. In case the built-in entry is being used, %NULL
* will be returned.
*