1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* -*- 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); }; };