diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 05:27:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 05:27:21 +0800 |
commit | c6b3809b47d4c5166d5244754f28b03ec5d5d60b (patch) | |
tree | 8076b2d754096a5196999295790f0099045d9884 /shell/Evolution-Component.idl | |
parent | 9582e8159c9862e160d8b7569c534c8196e40686 (diff) | |
download | gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.gz 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/Evolution-Component.idl')
-rw-r--r-- | shell/Evolution-Component.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl index c9c5afaf11..4ccf92431a 100644 --- a/shell/Evolution-Component.idl +++ b/shell/Evolution-Component.idl @@ -29,6 +29,14 @@ module Evolution { exception Failed {}; exception UnknownType {}; + + /*** Upgrade path. ***/ + + boolean upgradeFromVersion (in short major, in short minor, in short revision); + + + /*** Basic functionality. ***/ + /* Create the controls for embedding in the shell. */ void createControls (out Bonobo::Control sidebar_control, out Bonobo::Control view_control) |