aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-LocalStorage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-LocalStorage.idl')
-rw-r--r--shell/Evolution-LocalStorage.idl8
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/Evolution-LocalStorage.idl b/shell/Evolution-LocalStorage.idl
index 4ca81670e4..04d04c7150 100644
--- a/shell/Evolution-LocalStorage.idl
+++ b/shell/Evolution-LocalStorage.idl
@@ -10,6 +10,7 @@
#include <Bonobo.idl>
+module GNOME {
module Evolution {
interface LocalStorage : Evolution::Storage {
/**
@@ -22,8 +23,9 @@ module Evolution {
* Set the name to display for the folder at the specified
* @path.
*/
- void update_folder (in string path,
- in string display_name,
- in boolean highlighted);
+ void updateFolder (in string path,
+ in string display_name,
+ in boolean highlighted);
};
};
+};