summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-12-16 20:39:11 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-12-16 20:39:11 +0000
commit7a2e0e036196f7c16d56ab01ec951b7b31e7a83b (patch)
treec4e8d9c3fcf213d042b0dd101860fa55cb4e9c43 /idl
parenteda20db8292198910946b6cfd1b0bbef972df0c4 (diff)
downloadnautilus-7a2e0e036196f7c16d56ab01ec951b7b31e7a83b.tar.gz
Support multiple view types (Nautilus/View, GNOME/Control,
* src/ntl-*.[ch]: Support multiple view types (Nautilus/View, GNOME/Control, GNOME/Embeddable) * src/ntl-window.[ch]: Add nautilus_window_get_uih() * idl/*.idl: Reindent.
Diffstat (limited to '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);
- };
+ };
-};
+ };
};