aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Shell.idl
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-03-12 13:09:43 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-12 13:09:43 +0800
commitf669ff481f57cf5b609ea2e8fe30cfb8dece8587 (patch)
treee0b812f92689476aed9751bfda46b3071af159a5 /shell/Shell.idl
parent679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed (diff)
downloadgsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar
gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.gz
gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.bz2
gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.lz
gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.xz
gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.zst
gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.zip
add a field refering to a service associated to the efolder. In the case
2000-03-12 bertrand <bertrand@helixcode.com> * shell/e-folder.h: add a field refering to a service associated to the efolder. In the case of distant folders, it is generally a server. * shell/e-service.c: New class. Models a service. A service is an object with an URI and a root folder. It genreally reporesents a distant folder. A service is generally a ressource shared amongst several folders. * shell/e-service.h: 2000-03-10 bertrand <bertrand@helixcode.com> * camel-service.h: cosmetic changes. svn path=/trunk/; revision=2100
Diffstat (limited to 'shell/Shell.idl')
-rw-r--r--shell/Shell.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/Shell.idl b/shell/Shell.idl
index 0d615b6b3b..d776713b51 100644
--- a/shell/Shell.idl
+++ b/shell/Shell.idl
@@ -13,7 +13,11 @@ module GNOME {
module Evolution {
interface Shell : GNOME::Unknown {
-
+ /*
+ * add a service to the shell.
+ *
+ */
+ void AddService (string service);
};
};
};