diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-03 10:53:08 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-03 10:53:08 +0800 |
commit | cc6dbb8f3cf2f9d64e0f0577a08177630e72219b (patch) | |
tree | 83e6c04ea986f69de94f268c793601773db4d54a /shell/Evolution-StorageSetView.idl | |
parent | 78320752289da1ace70bf6bfe3edef1671a3be61 (diff) | |
download | gsoc2013-evolution-cc6dbb8f3cf2f9d64e0f0577a08177630e72219b.tar.gz gsoc2013-evolution-cc6dbb8f3cf2f9d64e0f0577a08177630e72219b.tar.zst gsoc2013-evolution-cc6dbb8f3cf2f9d64e0f0577a08177630e72219b.zip |
add storage_selected behavior - loop over the listeners calling
2000-10-02 Chris Toshok <toshok@helixcode.com>
* evolution-storage-set-view.c: add storage_selected behavior -
loop over the listeners calling _storage_selected.
* Evolution-StorageSetView.idl: add storage_selected to the
Listener interface.
* e-storage-set-view.c add storage_selected signal.
(on_cursor_change): if the depth is less than 2, emit
"storage_selected", otherwise emit "folder_selected".
* e-storage-set-view.h: add storage_selected signal.
* evolution-storage-set-view-listener.h: add storage_selected
signal.
* evolution-storage-set-view-listener.c: add storage_selected
signal.
svn path=/trunk/; revision=5686
Diffstat (limited to 'shell/Evolution-StorageSetView.idl')
-rw-r--r-- | shell/Evolution-StorageSetView.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Evolution-StorageSetView.idl b/shell/Evolution-StorageSetView.idl index 490da848e9..3d95b075be 100644 --- a/shell/Evolution-StorageSetView.idl +++ b/shell/Evolution-StorageSetView.idl @@ -13,6 +13,7 @@ module Evolution { interface StorageSetViewListener { void folder_selected (in string uri); + void storage_selected (in string uri); }; /* FIXME: Maybe we should have a generic Bonobo::Listener interface. */ |