diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 06:41:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 06:41:11 +0800 |
commit | a8dc6d1f7c41bff972e5cf13898b2dc0d8758c83 (patch) | |
tree | 059c20959f2fd054c717f6a49b4358c000880cf4 /shell/ChangeLog | |
parent | 884c0337b89dbf4ceab1b4ac327ae099df611c71 (diff) | |
download | gsoc2013-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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index bd43f67c14..0e668bb2ac 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-10-26 Ettore Perazzoli <ettore@ximian.com> + * evolution-storage.c (impl_Storage_async_xfer_folder): Implement. + (class_init): Add the signal "xfer_folder" signal. + + * evolution-storage.h: New signal "xfer_folder". + +2001-10-26 Ettore Perazzoli <ettore@ximian.com> + * e-corba-storage.c (async_xfer_folder): New, implementation for the ::async_xfer_folder method. |