aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellView.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-05-25 08:59:35 +0800
committernobody <nobody@localhost>2001-05-25 08:59:35 +0800
commit82576a9fa18a9fa97384ffe6f550b4ebb39101d3 (patch)
treec98abe761e7d9865d38968207e859d1fcdc2f9f7 /shell/Evolution-ShellView.idl
parent15f9d079e63beb68266e64ff5bb481c61b615622 (diff)
downloadgsoc2013-evolution-82576a9fa18a9fa97384ffe6f550b4ebb39101d3.tar
gsoc2013-evolution-82576a9fa18a9fa97384ffe6f550b4ebb39101d3.tar.gz
gsoc2013-evolution-82576a9fa18a9fa97384ffe6f550b4ebb39101d3.tar.bz2
gsoc2013-evolution-82576a9fa18a9fa97384ffe6f550b4ebb39101d3.tar.lz
gsoc2013-evolution-82576a9fa18a9fa97384ffe6f550b4ebb39101d3.tar.xz
gsoc2013-evolution-82576a9fa18a9fa97384ffe6f550b4ebb39101d3.tar.zst
gsoc2013-evolution-82576a9fa18a9fa97384ffe6f550b4ebb39101d3.zip
This commit was manufactured by cvs2svn to create tagrelease-0-2-9-branch
'release-0-2-9-branch'. svn path=/tags/release-0-2-9-branch/; revision=9979
Diffstat (limited to 'shell/Evolution-ShellView.idl')
-rw-r--r--shell/Evolution-ShellView.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/shell/Evolution-ShellView.idl b/shell/Evolution-ShellView.idl
deleted file mode 100644
index 0da2540528..0000000000
--- a/shell/Evolution-ShellView.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -*- 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);
- };
-};
-};