2002-07-09 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the renamed Evolution-Wombat.idl instead of wombat.idl. wombat: 2002-07-08 Peter Williams <peterw@ximian.com> * wombat.idl: Renamed to Evolution-Wombat.idl, since we're installing it now and should play nice namespacily. * Makefile.am: Rename wombat.idl and install it. svn path=/trunk/; revision=17437
20 lines
284 B
Plaintext
20 lines
284 B
Plaintext
/*
|
|
* The Evolution Personal Organization Server.
|
|
*
|
|
* Copyright 2000, Ximian, Inc.
|
|
*/
|
|
|
|
module GNOME {
|
|
module Evolution {
|
|
|
|
interface WombatClient {
|
|
string getPassword (in string prompt, in string key);
|
|
void forgetPassword (in string key);
|
|
};
|
|
|
|
interface Config {
|
|
|
|
};
|
|
};
|
|
};
|