From c0a1369297add5406a4bc554422e0dc1be2cbc56 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 20 Mar 2001 04:04:14 +0000 Subject: Added calls to the `EvolutionShellComponentClient' API to query the DnD interfaces with caching. svn path=/trunk/; revision=8835 --- shell/evolution-shell-component-client.h | 7 +++++++ 1 file changed, 7 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 319902198f..59c6f284d5 100644 --- a/shell/evolution-shell-component-client.h +++ b/shell/evolution-shell-component-client.h @@ -66,6 +66,13 @@ void evolution_shell_component_client_construct EvolutionShellComponentClient *evolution_shell_component_client_new (const char *id); EvolutionShellComponentClient *evolution_shell_component_client_new_for_objref (const GNOME_Evolution_ShellComponent objref); +/* Querying DnD interfaces. */ + +GNOME_Evolution_ShellComponentDnd_SourceFolder +evolution_shell_component_client_get_dnd_source_interface (EvolutionShellComponentClient *shell_component_client); +GNOME_Evolution_ShellComponentDnd_DestinationFolder +evolution_shell_component_client_get_dnd_destination_interface (EvolutionShellComponentClient *shell_component_client); + /* Synchronous operations. */ EvolutionShellComponentResult evolution_shell_component_client_set_owner (EvolutionShellComponentClient *shell_component_client, GNOME_Evolution_Shell shell, -- cgit