aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r--shell/evolution-storage.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index 9cd5eabfbd..751e9e55d5 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -28,6 +28,8 @@
#include "Evolution.h"
+#include <gdk-pixbuf/gdk-pixbuf.h>
+
#ifdef __cplusplus
extern "C" {
#pragma }
@@ -110,6 +112,11 @@ struct _EvolutionStorageClass {
const char *user,
const char *folder_name,
Bonobo_Listener listener);
+
+ void (*show_folder_properties) (EvolutionStorage *storage,
+ const char *path,
+ unsigned int itemNumber,
+ unsigned long parentWindowId);
};
@@ -156,6 +163,11 @@ EvolutionStorageResult evolution_storage_has_subfolders (EvolutionStorage
const char *path,
const char *message);
+void evolution_storage_add_property_item (EvolutionStorage *evolution_storage,
+ const char *label,
+ const char *tooltip,
+ GdkPixbuf *icon);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */