aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-common.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-05-16 00:19:25 +0800
committernobody <nobody@localhost>2002-05-16 00:19:25 +0800
commitd27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e (patch)
tree9a14849dd3a40bd1667b88d689e2aa7d58d08bce /shell/Evolution-common.idl
parent74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff)
downloadgsoc2013-evolution-guikachu-1_2_3.tar
gsoc2013-evolution-guikachu-1_2_3.tar.gz
gsoc2013-evolution-guikachu-1_2_3.tar.bz2
gsoc2013-evolution-guikachu-1_2_3.tar.lz
gsoc2013-evolution-guikachu-1_2_3.tar.xz
gsoc2013-evolution-guikachu-1_2_3.tar.zst
gsoc2013-evolution-guikachu-1_2_3.zip
This commit was manufactured by cvs2svn to create tagguikachu-1_2_3
'guikachu-1_2_3'. svn path=/tags/guikachu-1_2_3/; revision=16902
Diffstat (limited to 'shell/Evolution-common.idl')
-rw-r--r--shell/Evolution-common.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/shell/Evolution-common.idl b/shell/Evolution-common.idl
deleted file mode 100644
index 127521bdef..0000000000
--- a/shell/Evolution-common.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Common definitions for the CORBA interface for the Evolution shell.
- *
- * Authors:
- * Ettore Perazzoli <ettore@ximian.com>
- *
- * Copyright (C) 2000, 2001, 2002 Ximian, Inc.
- */
-
-module GNOME {
-module Evolution {
- struct Folder {
- string type;
- string description;
- string displayName;
- string physicalUri;
- string evolutionUri;
- long unreadCount;
- };
- typedef sequence <Folder> FolderList;
-
- struct Icon {
- short width, height;
- boolean hasAlpha;
- sequence <octet> rgbaData; // Row-by-row, left-to-right, top-to-bottom RGBA bytes
- };
-
- typedef sequence <Icon> AnimatedIcon;
-
-};
-};
-