From a2d26f63d6db296a0a71e1ad35c268bfab7150da Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Tue, 28 Mar 2000 06:05:26 +0000 Subject: Gave content views the ability to specify the user-displayed title for a location; this is used initially (and most importantly) by web pages so that bookmarks, the window title, and the index panel will display the html page title rather than the url. --- idl/nautilus.idl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'idl') 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 ZoomLevelList; -- cgit v1.2.1