diff options
author | Peter Williams <peterw@ximian.com> | 2002-07-12 22:31:32 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-07-12 22:31:32 +0800 |
commit | 9c9771feb516b4daa49820e0b3c4bfb1782c654d (patch) | |
tree | 8a5bdd36e1d0651fc05ea422d1227fbce6b283b7 /wombat/Evolution-Wombat.idl | |
parent | 852da3646e0a781a67365ebbe06123eb58ed17c1 (diff) | |
download | gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.gz gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.bz2 gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.lz gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.xz gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.zst gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.zip |
libwombat:
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
Diffstat (limited to 'wombat/Evolution-Wombat.idl')
-rw-r--r-- | wombat/Evolution-Wombat.idl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl new file mode 100644 index 0000000000..2c9538bfce --- /dev/null +++ b/wombat/Evolution-Wombat.idl @@ -0,0 +1,19 @@ +/* + * 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 { + + }; +}; +}; |