blob: 9a4624010e097a6e1b7b3c2ebce01daf5107d6f0 (
plain) (
tree)
|
|
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Interface for the Evolution components.
*
* Authors:
* Ettore Perazzoli <ettore@helixcode.com>
*
* Copyright (C) 2000 Helix Code, Inc.
*/
#include <Bonobo.h>
module Evolution {
interface ShellComponent : Bonobo::Unknown {
void set_shell (in Shell shell);
};
};
|