diff options
Diffstat (limited to 'shell/Evolution-StorageSetView.idl')
-rw-r--r-- | shell/Evolution-StorageSetView.idl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/shell/Evolution-StorageSetView.idl b/shell/Evolution-StorageSetView.idl index cdf2cbe61c..7ed45a3358 100644 --- a/shell/Evolution-StorageSetView.idl +++ b/shell/Evolution-StorageSetView.idl @@ -5,15 +5,15 @@ * Authors: * Ettore Perazzoli <ettore@ximian.com> * - * Copyright (C) 2000, 2001 Ximian, Inc. + * Copyright (C) 2000, 2001, 2002 Ximian, Inc. */ -#include <Bonoob.idl> +#include <Bonobo.idl> module GNOME { module Evolution { interface StorageSetViewListener { - void notifyFolderSelected (in string uri); + void notifyFolderSelected (in string uri); }; /* FIXME: Maybe we should have a generic Bonobo::Listener interface. */ @@ -22,8 +22,11 @@ module Evolution { exception NotFound {}; attribute boolean showFolders; + attribute boolean showCheckboxes; - void addListener (in StorageSetViewListener listener) + readonly attribute FolderList checkedFolders; + + void addListener (in StorageSetViewListener listener) raises (AlreadyListening); void removeListener (in StorageSetViewListener listener) |