aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-07 14:47:44 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-07 14:47:44 +0800
commit83a766e5af1226d93d67476ea73bce921c681f0e (patch)
treea5d72ae4264bdc87a3b24aa50d98cc02ff62e1fd /shell/e-shell-view.h
parentcf022042c82501ba50622b144829a4ce9e301ecb (diff)
downloadgsoc2013-evolution-83a766e5af1226d93d67476ea73bce921c681f0e.tar
gsoc2013-evolution-83a766e5af1226d93d67476ea73bce921c681f0e.tar.gz
gsoc2013-evolution-83a766e5af1226d93d67476ea73bce921c681f0e.tar.bz2
gsoc2013-evolution-83a766e5af1226d93d67476ea73bce921c681f0e.tar.lz
gsoc2013-evolution-83a766e5af1226d93d67476ea73bce921c681f0e.tar.xz
gsoc2013-evolution-83a766e5af1226d93d67476ea73bce921c681f0e.tar.zst
gsoc2013-evolution-83a766e5af1226d93d67476ea73bce921c681f0e.zip
Machinery for quitting and handling the relationship between a shell
and its views. svn path=/trunk/; revision=2862
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 0ca2f19eae..2cd39ebec9 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -65,9 +65,11 @@ void e_shell_view_construct (EShellView *shell_view,
const char *uri);
GtkWidget *e_shell_view_new (EShell *shell,
const char *uri);
-gboolean e_shell_view_display_uri (EShellView *shell,
+gboolean e_shell_view_display_uri (EShellView *shell_view,
const char *uri);
+EShell *e_shell_view_get_shell (EShellView *shell_view);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */