diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-content.c | 2 | ||||
-rw-r--r-- | shell/e-shell-view.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c index af318b8582..e0102908de 100644 --- a/shell/e-shell-content.c +++ b/shell/e-shell-content.c @@ -401,7 +401,7 @@ e_shell_content_new (EShellView *shell_view) /** * e_shell_content_get_searchbar: - * @shell_view: an #EShellView + * @shell_content: an #EShellContent * * Returns the search bar widget returned by the * <structfield>construct_searchbar</structfield> method in 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 |