summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-12-15 00:57:04 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-12-15 00:57:04 +0000
commit80bfd80a13b47d368d36974318b07e5e1378fd23 (patch)
treeef6043ccb67c9096a3347fb42797d69d7b98b9a7 /idl
parent8585f2c4623e1882d48a834fad7458969b685036 (diff)
downloadnautilus-80bfd80a13b47d368d36974318b07e5e1378fd23.tar.gz
Restructure the whole NautilusWindow code for sanity's sake.
* src/*.c: Restructure the whole NautilusWindow code for sanity's sake. * src/ntl-uri-map.[ch]: Instead of just passing in various pieces of information about the old URL, pass in the Nautilus_NavigationInfo that has to be kept around anyways. * idl/nautilus.idl: Allow a selection to be multiple URI's.
Diffstat (limited to 'idl')
-rw-r--r--idl/nautilus.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/nautilus.idl b/idl/nautilus.idl
index 63c0ce327..671c8cdef 100644
--- a/idl/nautilus.idl
+++ b/idl/nautilus.idl
@@ -16,14 +16,14 @@ module Nautilus {
};
struct SelectionInfo {
- string selected_uri;
+ sequence<string> selected_uris;
Object content_view;
boolean self_originated;
};
struct SelectionRequestInfo {
- string selected_uri;
+ sequence<string> selected_uris;
};
struct StatusRequestInfo {