From 1040078ce60b4641e5a3cdad6a2cef14660e63a3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 9 Feb 2010 18:02:51 -0500 Subject: Update API documentation. Also, start fixing some Gtk-Doc warnings. There's a lot. --- shell/e-shell-view.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/e-shell-view.h') diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 60f3fcbdd2..d014d694ce 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -118,6 +118,10 @@ struct _EShellView { * @toggled: Class method for the #EShellView::toggled signal. * Subclasses should rarely need to override the * default behavior. + * @clear_search: Class method for the #EShellView::clear-search + * signal. The default method sets the + * #EShellView:search-rule to %NULL and then emits + * the #EShellView::execute-search signal. * @custom_search: Class method for the #EShellView::custom-search * signal. This is emitted prior to executing an * advanced or saved search. The default method sets -- cgit