diff options
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index 004aedebbe..59d46f7a44 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -105,6 +105,11 @@ struct _EvolutionStorageClass { void (*update_folder) (EvolutionStorage *storage, const char *path, int unread_count); + + void (*discover_shared_folder) (EvolutionStorage *storage, + const char *user, + const char *folder_name, + Bonobo_Listener listener); }; |