aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Shell.idl
blob: 5f2690afe461112ac507457c49657460bc5c9b78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * Interface for the Evolution shell.
 *
 * Authors:
 *   Ettore Perazzoli <ettore@ximian.com>
 *
 * Copyright (C) 2000, 2001 Ximian, Inc.
 */

#include <Bonobo.idl>

module GNOME {
module Evolution {
    interface Shell : Bonobo::Unknown {
        exception Busy {};
        exception ComponentNotFound {};
        exception InternalError {};
        exception InvalidURI {};
        exception NotFound {};
        exception NotReady {};
        exception UnsupportedSchema {};

        /**
         * createNewWindow:
         * @component_id: id or alias of the component to display in the new window.
         *
         */
        void createNewWindow (in string component_id)
            raises (NotReady, ComponentNotFound, UnsupportedSchema, InternalError);

        /**
         * handleURI:
         * @uri: URI to handle
         *
         * This handles the specified URI.  It is different from
         * `::createNewView' as it doesn't necessarily imply creating a
         * new ShellView.  (For example, a `mailto:' URI will invoke
         * the message composer.)
         */
        void handleURI (in string uri)
            raises (NotReady, NotFound, UnsupportedSchema, InvalidURI, InternalError);

        /**
         * setLineStatus:
         *
         * Set the shell into on-line or off-line mode.
         */
        void setLineStatus (in boolean online)
            raises (NotReady);
    };
};
};
>- Update to 0.2.11tota2012-12-042-3/+3 * - Chase 82+ not being a valid Tcl/Tk version anymoregahr2012-12-041-2/+2 * - update to 0.04.10rm2012-12-022-9/+11 * Update to 2.2ehaupt2012-11-282-9/+6 * - Update to 1.0-1tota2012-11-242-3/+3 * - Update to 1.0-0tota2012-11-243-10/+8 * - Pass maintainership to submitterjhale2012-10-173-8/+4 * - Pass maintainership to submitterjhale2012-10-171-1/+1 * - Reassign to the heap at maintainer's requesttabthorpe2012-10-161-6/+2 * - Update to 1.001 [1]jhale2012-10-122-8/+4 * - Update to 1.101 [1]jhale2012-10-122-9/+5 * - Update to 1.13 [1]jhale2012-10-123-11/+11 * - Use GH_ACCOUNT in DISTNAMEbdrewery2012-10-106-6/+6 * Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1 * - Update to 1.0 [1]bdrewery2012-10-092-23/+15 * - Update bsdconv and wrappers to 9.0 [1]bdrewery2012-10-0911-70/+57 * Change headers of all ports maintained by me to new formatgarga2012-10-051-5/+1 * - Update to 0.2.10tota2012-10-023-9/+5 * - Update to r28721amdmi32012-09-253-21/+4 * update lang/sbcl to 1.0.58 and switch to the new options format;bf2012-09-131-1/+1 * Mark as broken on powerpc.linimon2012-09-081-1/+7 * - Update to 1.1.5wen2012-09-023-3/+4 * - Update to 2.47rafan2012-09-022-3/+3 * Fix build with clangbapt2012-08-243-0/+40 * - Update to 7.5culot2012-08-174-6/+29 * - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1 * Remove unecessary OPTIONS_DEFAULT definitions added on r301957garga2012-08-041-1/+0 * Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsgarga2012-08-031-2/+7 * - Update to 2.33wen2012-08-032-3/+3 * - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-033-1/+3 * - Update to 0.18culot2012-07-272-4/+7 * Fix typos in COMMENTcs2012-07-261-2/+1 * new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1 * - Update to 0.2.9tota2012-07-252-4/+3 * Fix typos in COMMENTcs2012-07-248-8/+8 * For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-2/+2 * - Update MASTER_SITESmiwi2012-07-17