diff options
author | nobody <nobody@localhost> | 2001-04-16 17:30:54 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-04-16 17:30:54 +0800 |
commit | 0b31d5f0b91ca05712c8b36cbf303a72f93b63fe (patch) | |
tree | aaa46c1cf6c9a87e8f291ef7673bd9463803e8c9 /shell/Evolution-ShellView.idl | |
parent | 75a16468d369f58587f27ab4655fbe1c1091fc95 (diff) | |
download | gsoc2013-evolution-guikachu-0_5.tar.gz gsoc2013-evolution-guikachu-0_5.tar.zst gsoc2013-evolution-guikachu-0_5.zip |
This commit was manufactured by cvs2svn to create tag 'guikachu-0_5'.guikachu-0_5
svn path=/tags/guikachu-0_5/; revision=9368
Diffstat (limited to 'shell/Evolution-ShellView.idl')
-rw-r--r-- | shell/Evolution-ShellView.idl | 23 |
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); - }; -}; -}; |