aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-component-client.h')
-rw-r--r--shell/evolution-shell-component-client.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/evolution-shell-component-client.h b/shell/evolution-shell-component-client.h
index 579d830184..e781a0c74c 100644
--- a/shell/evolution-shell-component-client.h
+++ b/shell/evolution-shell-component-client.h
@@ -73,9 +73,13 @@ evolution_shell_component_client_get_dnd_source_interface (EvolutionShellCompone
GNOME_Evolution_ShellComponentDnd_DestinationFolder
evolution_shell_component_client_get_dnd_destination_interface (EvolutionShellComponentClient *shell_component_client);
+/* Querying the offline interface. */
+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,
+ GNOME_Evolution_Shell shell,
const char *evolution_homedir);
EvolutionShellComponentResult evolution_shell_component_client_unset_owner (EvolutionShellComponentClient *shell_component_client,
GNOME_Evolution_Shell shell);