summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-01-28 20:35:35 +0000
committerPhilip Withnall <pwithnall@src.gnome.org>2009-01-28 20:35:35 +0000
commitb33a3d925ead99ee8d57d5c18e1c511e9297e80c (patch)
tree67e0173a457d9b1d9e1e4a1f4c051b39d8b49a72 /gtk
parentea62b2ca5b4f84a197c947a25caac78e939e799e (diff)
downloadgdk-pixbuf-b33a3d925ead99ee8d57d5c18e1c511e9297e80c.tar.gz
Small documentation fix.
2009-01-28 Philip Withnall <philip@tecnocode.co.uk> * gtk/gtktreeview.c: Small documentation fix. svn path=/trunk/; revision=22247
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktreeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 70a02689e..cd0caceaa 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -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.
*