diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-06-22 00:03:26 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-06-22 00:03:26 +0800 |
commit | 09b9a3a4da1d8827a39fc2a7aad3402ff25250bf (patch) | |
tree | 8b0702aa552ef06bc35031eb7682af07e8bcb38a /shell/evolution-storage.h | |
parent | 6138aaf220f0de9222574436e10fa9c56a6e1f39 (diff) | |
download | gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar.gz gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar.zst gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.zip |
Fix bug #3409: Removing an EvolutionStorage from the shell's folder
tree.
svn path=/trunk/; revision=10362
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index 94b512ae3c..00a2e8af49 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -110,6 +110,8 @@ EvolutionStorageResult evolution_storage_register (EvolutionStorage GNOME_Evolution_StorageRegistry corba_registry); EvolutionStorageResult evolution_storage_register_on_shell (EvolutionStorage *evolution_storage, GNOME_Evolution_Shell corba_shell); +EvolutionStorageResult evolution_storage_deregister_on_shell (EvolutionStorage *storage, + GNOME_Evolution_Shell corba_shell); EvolutionStorageResult evolution_storage_new_folder (EvolutionStorage *evolution_storage, const char *path, const char *display_name, |