aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-28 13:56:16 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-28 13:56:16 +0800
commitd77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667 (patch)
tree4046aa89efe34569dfc28539676467934d610357 /shell/e-shell.h
parent65b4ea4c01aaba9d29c59d9f659f3ecbfacaf0b8 (diff)
downloadgsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar
gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar.gz
gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar.bz2
gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar.lz
gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar.xz
gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar.zst
gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.zip
Rename `e_shell_new_view()' into `e_shell_create_view()' to avoid
confusion with `e_shell_view_new()'. svn path=/trunk/; revision=10556
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 5c0ec4df74..021dfbd1d2 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -86,8 +86,8 @@ gboolean e_shell_construct (EShell *shell,
EShell *e_shell_new (const char *local_directory,
gboolean show_splash);
-EShellView *e_shell_new_view (EShell *shell,
- const char *uri);
+EShellView *e_shell_create_view (EShell *shell,
+ const char *uri);
const char *e_shell_get_local_directory (EShell *shell);
EShortcuts *e_shell_get_shortcuts (EShell *shell);