diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2001-06-21 23:44:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-21 23:44:11 +0800 |
commit | bb396a2b28d4c028aadfe1e3c6470d77352cc5e2 (patch) | |
tree | 50dadcf0d15eeda4c2e5c47fdabda0b193a7ac37 | |
parent | 28769383c02471e09c370d79636810b27cf0cb1b (diff) | |
download | gsoc2013-evolution-bb396a2b28d4c028aadfe1e3c6470d77352cc5e2.tar gsoc2013-evolution-bb396a2b28d4c028aadfe1e3c6470d77352cc5e2.tar.gz gsoc2013-evolution-bb396a2b28d4c028aadfe1e3c6470d77352cc5e2.tar.bz2 gsoc2013-evolution-bb396a2b28d4c028aadfe1e3c6470d77352cc5e2.tar.lz gsoc2013-evolution-bb396a2b28d4c028aadfe1e3c6470d77352cc5e2.tar.xz gsoc2013-evolution-bb396a2b28d4c028aadfe1e3c6470d77352cc5e2.tar.zst gsoc2013-evolution-bb396a2b28d4c028aadfe1e3c6470d77352cc5e2.zip |
added new interface (WombatClient)
2001-06-21 Rodrigo Moya <rodrigo@gnome-db.org>
* wombat.idl: added new interface (WombatClient)
svn path=/trunk/; revision=10359
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/wombat.idl | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 1acbe110b3..19c1faa16b 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2001-06-21 Rodrigo Moya <rodrigo@gnome-db.org> + + * wombat.idl: added new interface (WombatClient) + 2001-06-18 Dan Winship <danw@ximian.com> * Makefile.am (wombat_LDADD): Add libedb3util diff --git a/wombat/wombat.idl b/wombat/wombat.idl index 7a7f43bbc3..1985afb161 100644 --- a/wombat/wombat.idl +++ b/wombat/wombat.idl @@ -7,6 +7,11 @@ module GNOME { module Evolution { + interface WombatClient { + string getPassword (in string prompt, in string key); + void forgetPassword (in string key); + }; + interface Config { }; |