Added the ability for the shell to export the storage set view as a
Bonobo::Control (untested, and needed by Toshok's subscription dialog). Also, added a custom interface for this control so that the container can get notification when a folder gets selected. svn path=/trunk/; revision=5657
This commit is contained in:
@ -63,6 +63,16 @@ module Evolution {
|
||||
* Return value: the `Evolution::LocalStorage' interface for
|
||||
* the local storage. */
|
||||
LocalStorage get_local_storage ();
|
||||
|
||||
/**
|
||||
* create_storage_set_view:
|
||||
*
|
||||
* Create a control for the storage set view. This control
|
||||
* will also implement the `Evolution::StorageSetView' interface.
|
||||
*
|
||||
* Return value: the newly created control.
|
||||
*/
|
||||
Bonobo::Control create_storage_set_view ();
|
||||
};
|
||||
|
||||
interface FolderSelectionListener {
|
||||
|
||||
Reference in New Issue
Block a user