diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
commit | 1040078ce60b4641e5a3cdad6a2cef14660e63a3 (patch) | |
tree | 0c59410ca87afb492bfa60cf43668b7af6f72533 /shell | |
parent | 64984ad5b86bb5c97868107d462825cbfa301e30 (diff) | |
download | gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.gz gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.zst gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.zip |
Update API documentation.
Also, start fixing some Gtk-Doc warnings. There's a lot.
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 |