summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-12-07 17:46:29 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-12-07 17:46:29 +0000
commit685753b110ed487f68cee6b0d9029f8b2a4b231b (patch)
tree4baab6d446622afab46630cbf5315047f71769d5 /idl
parent1d23907d45a168e45dc65b89b36f30bb094c37ff (diff)
downloadnautilus-685753b110ed487f68cee6b0d9029f8b2a4b231b.tar.gz
Add notes.
Add notes. Pass the content view along with a location-changed message.
Diffstat (limited to 'idl')
-rw-r--r--idl/nautilus.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/idl/nautilus.idl b/idl/nautilus.idl
index 5e4093081..77edc96b2 100644
--- a/idl/nautilus.idl
+++ b/idl/nautilus.idl
@@ -10,10 +10,14 @@ module Nautilus {
struct NavigationInfo {
string requested_uri, actual_uri, content_type;
string referring_uri, actual_referring_uri, referring_content_type;
+
+ Object content_view;
};
struct SelectionInfo {
string selected_uri;
+
+ Object content_view;
};
struct SelectionRequestInfo {