Changes for an importer bug and to get the storagesetselector in the summary

svn path=/trunk/; revision=17289
This commit is contained in:
Iain Holmes
2002-06-26 15:12:24 +00:00
parent 65117fc884
commit 6f679c6c88
7 changed files with 216 additions and 29 deletions

View File

@ -14,6 +14,7 @@ module GNOME {
module Evolution {
interface StorageSetViewListener {
void notifyFolderSelected (in string uri);
void notifyFolderToggled ();
};
/* FIXME: Maybe we should have a generic Bonobo::Listener interface. */
@ -24,7 +25,7 @@ module Evolution {
attribute boolean showFolders;
attribute boolean showCheckboxes;
readonly attribute FolderList checkedFolders;
attribute FolderList checkedFolders;
void addListener (in StorageSetViewListener listener)
raises (AlreadyListening);