diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-07-24 06:17:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-07-24 06:17:32 +0800 |
commit | fa88a2c61f749333f3891b4d931116989d1c8fbc (patch) | |
tree | 1389f48004053a3dc917b6e47030b94649745e36 /shell/Evolution-Component.idl | |
parent | a238c463ddea2a3ddb3a530c75a3a7e1083c9c2d (diff) | |
download | gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.gz 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.idl | 23 |
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); - }; - -}; -}; |