summaryrefslogtreecommitdiff
path: root/idl/gnome-desktop.idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl/gnome-desktop.idl')
-rw-r--r--idl/gnome-desktop.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/idl/gnome-desktop.idl b/idl/gnome-desktop.idl
index 0307b94e5..819edea26 100644
--- a/idl/gnome-desktop.idl
+++ b/idl/gnome-desktop.idl
@@ -57,17 +57,17 @@ module Desktop {
};
module GNOME {
-module Desktop {
+ module Desktop {
- // We subclass Net::Desktop and add our GNOME-specific features
+ // We subclass Net::Desktop and add our GNOME-specific features
- interface Desktop : Net::Desktop {
- // Add an icon on the desktop for this URI
- // The URI can be anything gnome-vfs understands
- void add_link (in string uri);
+ interface Desktop : ::Net::Desktop {
+ // Add an icon on the desktop for this URI
+ // The URI can be anything gnome-vfs understands
+ void add_link (in string uri);
- };
+ };
-};
+ };
};