From 8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 15 May 2002 16:19:25 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'XPROP_REWRITE'. svn path=/tags/XPROP_REWRITE/; revision=16889 --- shell/Evolution-common.idl | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 shell/Evolution-common.idl (limited to 'shell/Evolution-common.idl') 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 - * - * 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 FolderList; - - struct Icon { - short width, height; - boolean hasAlpha; - sequence rgbaData; // Row-by-row, left-to-right, top-to-bottom RGBA bytes - }; - - typedef sequence AnimatedIcon; - -}; -}; - -- cgit v1.2.3