diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-20 12:04:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-20 12:04:14 +0800 |
commit | c0a1369297add5406a4bc554422e0dc1be2cbc56 (patch) | |
tree | c8857eb4cac84ffb993f9a1f55bdfd5bb9cf71b6 /shell/evolution-shell-component-client.h | |
parent | f0a79abc2cc5e1f7a7a3b8c71d47346e17de0fc1 (diff) | |
download | gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar.gz gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar.bz2 gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar.lz gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar.xz gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar.zst gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.zip |
Added calls to the `EvolutionShellComponentClient' API to query the
DnD interfaces with caching.
svn path=/trunk/; revision=8835
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, |