aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-09-11 02:36:36 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-09-11 02:36:36 +0800
commitc701a5e0260fb27c26a4e81edaee61db651b1040 (patch)
tree7db1bb561b00633314e3d33e4767c04a69758183 /shell/e-shell-view.h
parent2e83206b30fad6e108b4a393002c171df0474c9e (diff)
downloadgsoc2013-evolution-c701a5e0260fb27c26a4e81edaee61db651b1040.tar
gsoc2013-evolution-c701a5e0260fb27c26a4e81edaee61db651b1040.tar.gz
gsoc2013-evolution-c701a5e0260fb27c26a4e81edaee61db651b1040.tar.bz2
gsoc2013-evolution-c701a5e0260fb27c26a4e81edaee61db651b1040.tar.lz
gsoc2013-evolution-c701a5e0260fb27c26a4e81edaee61db651b1040.tar.xz
gsoc2013-evolution-c701a5e0260fb27c26a4e81edaee61db651b1040.tar.zst
gsoc2013-evolution-c701a5e0260fb27c26a4e81edaee61db651b1040.zip
Add stubs for calendar, task, and memo shell views.
svn path=/branches/kill-bonobo/; revision=36296
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index cb4ffcfda0..ee41aade9e 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -77,15 +77,6 @@ struct _EShellViewClass {
GType e_shell_view_get_type (void);
const gchar * e_shell_view_get_name (EShellView *shell_view);
GtkAction * e_shell_view_get_action (EShellView *shell_view);
-const gchar * e_shell_view_get_icon_name (EShellView *shell_view);
-void e_shell_view_set_icon_name (EShellView *shell_view,
- const gchar *icon_name);
-const gchar * e_shell_view_get_primary_text (EShellView *shell_view);
-void e_shell_view_set_primary_text (EShellView *shell_view,
- const gchar *primary_text);
-const gchar * e_shell_view_get_secondary_text (EShellView *shell_view);
-void e_shell_view_set_secondary_text (EShellView *shell_view,
- const gchar *secondary_text);
const gchar * e_shell_view_get_title (EShellView *shell_view);
void e_shell_view_set_title (EShellView *shell_view,
const gchar *title);