2003-06-26 Rodrigo Moya <rodrigo@ximian.com> * Evolution-Wombat.idl: removed WombatClient interface. * Makefile.am: don't link libwombat in. svn path=/trunk/; revision=21694
20 lines
272 B
Plaintext
20 lines
272 B
Plaintext
/*
|
|
* Wombat interfaces.
|
|
*
|
|
* Copyright (C) 2000, 2001, 2002, Ximian, Inc.
|
|
*/
|
|
|
|
#include <Bonobo.idl>
|
|
|
|
module GNOME {
|
|
module Evolution {
|
|
|
|
interface Config {
|
|
};
|
|
|
|
interface WombatInterfaceCheck : Bonobo::Unknown {
|
|
readonly attribute string interfaceVersion;
|
|
};
|
|
};
|
|
};
|