Make the shell to be able to display URIs that the user specified on

the command-line.

svn path=/trunk/; revision=10554
This commit is contained in:
Ettore Perazzoli
2001-06-28 04:50:02 +00:00
parent 764cfb5a6b
commit 268c7dbe42
9 changed files with 159 additions and 47 deletions

View File

@ -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,