diff options
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index 9d1542ec26..b1cfaefcc6 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -31,5 +31,6 @@ module Evolution { interface FolderSelectionListener { void selected (in string uri, in string physical_uri); + void cancel (); }; }; |