From 268c7dbe4254f54f55d2bed8a9c740ee89dd9aed Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 28 Jun 2001 04:50:02 +0000 Subject: Make the shell to be able to display URIs that the user specified on the command-line. svn path=/trunk/; revision=10554 --- shell/evolution-shell-component-client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/evolution-shell-component-client.h') diff --git a/shell/evolution-shell-component-client.h b/shell/evolution-shell-component-client.h index d7044001b0..9b3a7d0ff0 100644 --- a/shell/evolution-shell-component-client.h +++ b/shell/evolution-shell-component-client.h @@ -80,6 +80,7 @@ GNOME_Evolution_Offline evolution_shell_component_client_get_offline_interface (EvolutionShellComponentClient *shell_component_client); /* Synchronous operations. */ + EvolutionShellComponentResult evolution_shell_component_client_set_owner (EvolutionShellComponentClient *shell_component_client, GNOME_Evolution_Shell shell, const char *evolution_homedir); @@ -91,6 +92,9 @@ EvolutionShellComponentResult evolution_shell_component_client_create_view (Ev const char *type_string, BonoboControl **control_return); +EvolutionShellComponentResult evolution_shell_component_client_handle_external_uri (EvolutionShellComponentClient *shell_component_client, + const char *uri); + /* Asyncronous operations. */ void evolution_shell_component_client_async_create_folder (EvolutionShellComponentClient *shell_component_client, const char *physical_uri, -- cgit v1.2.3