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.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/shell/Evolution-ShellView.idl b/shell/Evolution-ShellView.idl
index d155b3397c..75734a155c 100644
--- a/shell/Evolution-ShellView.idl
+++ b/shell/Evolution-ShellView.idl
@@ -10,11 +10,14 @@
#include <Bonobo.idl>
+module GNOME {
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);
+ void setMessage (in string message,
+ in boolean busy);
+ void unsetMessage ();
+ void changeCurrentView (in string uri);
+ void setTitle (in string title);
};
};
+};