aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-ShellView.idl')
-rw-r--r--shell/Evolution-ShellView.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Evolution-ShellView.idl b/shell/Evolution-ShellView.idl
index f0931dccdd..d155b3397c 100644
--- a/shell/Evolution-ShellView.idl
+++ b/shell/Evolution-ShellView.idl
@@ -14,5 +14,7 @@ module Evolution {
interface ShellView : Bonobo::Unknown {
void set_message (in string message, in boolean busy);
void unset_message ();
+ void change_current_view (in string uri);
+ void set_title (in string title);
};
};