diff options
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index 01aa2b018d..f9c90b212c 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -82,15 +82,17 @@ struct _EvolutionStorageClass { BonoboObjectClass parent_class; /* signals */ - int (*create_folder) (EvolutionStorage *storage, - const char *path, - const char *type, - const char *description, - const char *parent_physical_uri); - - int (*remove_folder) (EvolutionStorage *storage, - const char *path, - const char *physical_uri); + void (*create_folder) (EvolutionStorage *storage, + const Bonobo_Listener listener, + const char *path, + const char *type, + const char *description, + const char *parent_physical_uri); + + void (*remove_folder) (EvolutionStorage *storage, + const Bonobo_Listener listener, + const char *path, + const char *physical_uri); void (*update_folder) (EvolutionStorage *storage, const char *path, |