summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/nautilus.idl11
1 files changed, 6 insertions, 5 deletions
diff --git a/idl/nautilus.idl b/idl/nautilus.idl
index e94241fa7..263d66783 100644
--- a/idl/nautilus.idl
+++ b/idl/nautilus.idl
@@ -42,13 +42,13 @@ module Nautilus {
interface View : ::Bonobo::Unknown {
void save_state (in string config_path);
void load_state (in string config_path);
- oneway void notify_location_change (in NavigationInfo navinfo);
-
- oneway void show_properties (); // Requests that the client show its properties
-
+ oneway void notify_location_change (in NavigationInfo navinfo,
+ in string initial_title);
+ oneway void stop_location_change ();
oneway void notify_selection_change (in SelectionInfo selinfo);
+ oneway void notify_title_change (in string new_title);
- oneway void stop_location_change ();
+ oneway void show_properties (); // Requests that the client show its properties
};
interface MetaView : View {
@@ -71,6 +71,7 @@ module Nautilus {
};
interface ContentViewFrame : ViewFrame {
+ oneway void request_title_change (in string new_title);
};
// typedef sequence<double> ZoomLevelList;