diff options
Diffstat (limited to 'shell/e-storage.h')
-rw-r--r-- | shell/e-storage.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/shell/e-storage.h b/shell/e-storage.h index 31d2ff7c1a..e7793b8c90 100644 --- a/shell/e-storage.h +++ b/shell/e-storage.h @@ -112,7 +112,9 @@ struct _EStorageClass { void *data); void (* async_open_folder) (EStorage *storage, - const char *path); + const char *path, + EStorageDiscoveryCallback callback, + void *data); gboolean (* supports_shared_folders) (EStorage *storage); void (* async_discover_shared_folder) (EStorage *storage, @@ -165,8 +167,10 @@ void e_storage_async_xfer_folder (EStorage *storage, const gboolean remove_source, EStorageResultCallback callback, void *data); -void e_storage_async_open_folder (EStorage *storage, - const char *path); +void e_storage_async_open_folder (EStorage *storage, + const char *path, + EStorageDiscoveryCallback callback, + void *data); const char *e_storage_result_to_string (EStorageResult result); |