From 97cc1d57adcdefb5b63a704f42f692e3cffb4014 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 23 Jul 2001 02:04:14 +0000 Subject: Add an extra @type arg to the xferFolder and removeFolder methods in the ShellComponent interface. Updated the EvolutionShellComponent GTK+ wrapper and all the component accordingly. Get the calendar to use this so it can delete both tasks and calendar folders. svn path=/trunk/; revision=11300 --- shell/evolution-shell-component-client.h | 2 ++ 1 file changed, 2 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 9b3a7d0ff0..eca4440f96 100644 --- a/shell/evolution-shell-component-client.h +++ b/shell/evolution-shell-component-client.h @@ -103,11 +103,13 @@ void evolution_shell_component_client_async_create_folder (EvolutionShellCompo void *data); void evolution_shell_component_client_async_remove_folder (EvolutionShellComponentClient *shell_component_client, const char *physical_uri, + const char *type, 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, + const char *type, gboolean remove_source, EvolutionShellComponentClientCallback callback, void *data); -- cgit v1.2.3