aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-27 06:41:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-27 06:41:11 +0800
commita8dc6d1f7c41bff972e5cf13898b2dc0d8758c83 (patch)
tree059c20959f2fd054c717f6a49b4358c000880cf4 /shell/evolution-storage.h
parent884c0337b89dbf4ceab1b4ac327ae099df611c71 (diff)
downloadgsoc2013-evolution-a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83.tar
gsoc2013-evolution-a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83.tar.gz
gsoc2013-evolution-a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83.tar.bz2
gsoc2013-evolution-a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83.tar.lz
gsoc2013-evolution-a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83.tar.xz
gsoc2013-evolution-a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83.tar.zst
gsoc2013-evolution-a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83.zip
Implement. (class_init): Add the signal "xfer_folder" signal.
* evolution-storage.c (impl_Storage_async_xfer_folder): Implement. (class_init): Add the signal "xfer_folder" signal. * evolution-storage.h: New signal "xfer_folder". svn path=/trunk/; revision=14177
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r--shell/evolution-storage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index 73759612ee..41a46baf89 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -94,6 +94,12 @@ struct _EvolutionStorageClass {
const char *path,
const char *physical_uri);
+ void (*xfer_folder) (EvolutionStorage *storage,
+ const Bonobo_Listener listener,
+ const char *source_path,
+ const char *destination_path,
+ gboolean remove_source);
+
void (*update_folder) (EvolutionStorage *storage,
const char *path,
int unread_count);