aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellView.idl
blob: 685604e6018b33d626e6297d505796142b4fc223 (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
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * Interface for the Evolution shell views.
 *
 * Authors:
 *   Ettore Perazzoli <ettore@ximian.com>
 *
 * Copyright (C) 2000, 2001 Ximian, Inc.
 */

#include <Bonobo.idl>

module GNOME {
module Evolution {
    interface ShellView : Bonobo::Unknown {
        void setMessage        (in string message,
                    in boolean busy);
        void unsetMessage      ();
        void changeCurrentView (in string uri);
        void setTitle          (in string title);
        void setFolderBarLabel (in string text);
    };
};
};
8-02-046-30/+26 * Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1 * Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1 * - Release ports maintained by games@amdmi32014-11-011-1/+1 * - Clarify LICENSEamdmi32014-10-062-7/+2 * Moving some games to @gamesnemysis2014-05-021-1/+1 * - Don't silence warningsnemysis2014-03-316-8/+79 * - Take maintainershipnemysis2014-02-024-29/+36 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Add an explicit dependency on pkgconfantoine2013-09-121-7/+2 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1