diff options
Diffstat (limited to 'shell/evolution-shell-component-client.h')
-rw-r--r-- | shell/evolution-shell-component-client.h | 7 |
1 files changed, 7 insertions, 0 deletions
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, |