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, 6 insertions, 0 deletions
diff --git a/shell/evolution-shell-component-client.h b/shell/evolution-shell-component-client.h
index 59c6f284d5..579d830184 100644
--- a/shell/evolution-shell-component-client.h
+++ b/shell/evolution-shell-component-client.h
@@ -95,6 +95,12 @@ void evolution_shell_component_client_async_remove_folder (EvolutionShellCompo
const char *physical_uri,
EvolutionShellComponentClientCallback callback,
void *data);
+void evolution_shell_component_client_async_xfer_folder (EvolutionShellComponentClient *shell_component_client,
+ const char *source_physical_uri,
+ const char *destination_physical_uri,
+ gboolean remove_source,
+ EvolutionShellComponentClientCallback callback,
+ void *data);
void evolution_shell_component_client_populate_folder_context_menu (EvolutionShellComponentClient *shell_component_client,
BonoboUIComponent *uih,