diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-27 02:55:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-27 02:55:41 +0800 |
commit | f342817e88f4e598b7962d94d497c408c45a8107 (patch) | |
tree | 030887f24eba1ffab1dcaf29792ba154506752c7 /shell/evolution-shell-component-client.h | |
parent | 4cc23476d3f379c519e6b4a08bf83188fc77f900 (diff) | |
download | gsoc2013-evolution-f342817e88f4e598b7962d94d497c408c45a8107.tar.gz gsoc2013-evolution-f342817e88f4e598b7962d94d497c408c45a8107.tar.zst gsoc2013-evolution-f342817e88f4e598b7962d94d497c408c45a8107.zip |
Finish the DnD stuff by implementing move/copy on the shell side as
well. Now we should just need to implement the corresponding bits in
the components...
svn path=/trunk/; revision=8949
Diffstat (limited to 'shell/evolution-shell-component-client.h')
-rw-r--r-- | shell/evolution-shell-component-client.h | 6 |
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, |