aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-18 05:27:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-18 05:27:21 +0800
commitc6b3809b47d4c5166d5244754f28b03ec5d5d60b (patch)
tree8076b2d754096a5196999295790f0099045d9884 /shell/e-shell.h
parent9582e8159c9862e160d8b7569c534c8196e40686 (diff)
downloadgsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar
gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.gz
gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.bz2
gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.lz
gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.xz
gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.zst
gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.zip
New helper function. (idle_cb): Call it if we have a local shell. Also,
* main.c (attempt_upgrade): New helper function. (idle_cb): Call it if we have a local shell. Also, remove unused variables. * e-shell.c (e_shell_attempt_upgrade): New. * Evolution-Component.idl (Component.upgradeFromeVersion): New. svn path=/trunk/; revision=23403
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 712fda8033..499b31728e 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -100,6 +100,9 @@ EShellConstructResult e_shell_construct (EShell *shell,
EShell *e_shell_new (EShellStartupLineMode startup_line_mode,
EShellConstructResult *construct_result_return);
+gboolean e_shell_attempt_upgrade (EShell *shell,
+ const char *from_version);
+
EShellWindow *e_shell_create_window (EShell *shell,
const char *component_id,
EShellWindow *template_window);