aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Component.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-07-24 06:17:32 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-07-24 06:17:32 +0800
commitfa88a2c61f749333f3891b4d931116989d1c8fbc (patch)
tree1389f48004053a3dc917b6e47030b94649745e36 /shell/Evolution-Component.idl
parenta238c463ddea2a3ddb3a530c75a3a7e1083c9c2d (diff)
downloadgsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.gz
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.bz2
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.lz
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.xz
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.zst
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.zip
Ooops, revert changes: wrong branch.
svn path=/trunk/; revision=21926
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r--shell/Evolution-Component.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl
deleted file mode 100644
index 665fa213b1..0000000000
--- a/shell/Evolution-Component.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Interface for the Evolution components.
- *
- * Authors:
- * Ettore Perazzoli <ettore@ximian.com>
- *
- * Copyright (C) 2003 Ximian, Inc.
- */
-
-#include <Bonobo.idl>
-
-module GNOME {
-module Evolution {
-
- interface Component : Bonobo::Unknown {
- /* Create the controls for embedding in the shell. */
- void createControls (out Bonobo::Control sidebar_control,
- out Bonobo::Control view_control);
- };
-
-};
-};