From c6b3809b47d4c5166d5244754f28b03ec5d5d60b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 17 Nov 2003 21:27:21 +0000 Subject: 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 --- shell/Evolution-Component.idl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shell/Evolution-Component.idl') 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) -- cgit v1.2.3