diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 06:18:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 06:28:32 +0800 |
commit | 6b53dd8da13d35ce3e8130b25584371473927a4f (patch) | |
tree | 9c59d7e2aec1cb2d018c58d0329d6d690d96369d /shell/e-shell-view.h | |
parent | 71c7a293ef624766a5eba11c402bec54e3b217dc (diff) | |
download | gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.gz gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.zst gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.zip |
libeshell documentation cleanups.
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 6aea66f536..65c32b2982 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -108,6 +108,16 @@ struct _EShellView { * See e_shell_view_get_shell_sidebar(). * @new_shell_taskbar: Factory method for the shell view's #EShellTaskbar. * See e_shell_view_get_shell_taskbar(). + * @new_shell_searchbar: + * Factory method for the shell view's #EShellSearchbar. + * See e_shell_view_get_searchbar(). + * @construct_searchbar: + * Class method to create, configure and pack a search + * bar widget. The search bar differs in normal shell + * mode versus "express" mode. + * @get_search_name: Class method to obtain a suitable name for the + * current search criteria. Subclasses should rarely + * need to override the default behavior. * @toggled: Class method for the #EShellView::toggled signal. * Subclasses should rarely need to override the * default behavior. |