aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-12-08 03:57:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-02-20 23:04:24 +0800
commit49bc4c2d765ee1780c23fdc9f42152850dabb220 (patch)
treeb1b5d5aa16503f4c3bc9a29034a6e1e50a4d22b4 /shell/e-shell-view.h
parent30368e326ba2a435f989d78bcefce872772b58bf (diff)
downloadgsoc2013-evolution-49bc4c2d765ee1780c23fdc9f42152850dabb220.tar
gsoc2013-evolution-49bc4c2d765ee1780c23fdc9f42152850dabb220.tar.gz
gsoc2013-evolution-49bc4c2d765ee1780c23fdc9f42152850dabb220.tar.bz2
gsoc2013-evolution-49bc4c2d765ee1780c23fdc9f42152850dabb220.tar.lz
gsoc2013-evolution-49bc4c2d765ee1780c23fdc9f42152850dabb220.tar.xz
gsoc2013-evolution-49bc4c2d765ee1780c23fdc9f42152850dabb220.tar.zst
gsoc2013-evolution-49bc4c2d765ee1780c23fdc9f42152850dabb220.zip
EShellView: Add new_shell_searchbar() factory method.
Defaults to e_shell_searchbar_new().
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 6f5912d6f8..ad311ec7aa 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -165,6 +165,7 @@ struct _EShellViewClass {
GtkWidget * (*new_shell_content) (EShellView *shell_view);
GtkWidget * (*new_shell_sidebar) (EShellView *shell_view);
GtkWidget * (*new_shell_taskbar) (EShellView *shell_view);
+ GtkWidget * (*new_shell_searchbar) (EShellView *shell_view);
/* Create, configure and pack a search bar widget. */
GtkWidget * (*construct_searchbar) (EShellView *shell_view);