diff options
author | bertrand <bertrand@helixcode.com> | 2000-01-25 12:02:14 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-01-25 12:02:14 +0800 |
commit | 0cccd4dc239e8236dc54f338625e77986813a913 (patch) | |
tree | 4e951e918f9236a5f5a29b669670536f19c84cf1 /ChangeLog | |
parent | 32ce476a23e9f2757e9cc539532f38f4ab21837c (diff) | |
download | gsoc2013-evolution-0cccd4dc239e8236dc54f338625e77986813a913.tar gsoc2013-evolution-0cccd4dc239e8236dc54f338625e77986813a913.tar.gz gsoc2013-evolution-0cccd4dc239e8236dc54f338625e77986813a913.tar.bz2 gsoc2013-evolution-0cccd4dc239e8236dc54f338625e77986813a913.tar.lz gsoc2013-evolution-0cccd4dc239e8236dc54f338625e77986813a913.tar.xz gsoc2013-evolution-0cccd4dc239e8236dc54f338625e77986813a913.tar.zst gsoc2013-evolution-0cccd4dc239e8236dc54f338625e77986813a913.zip |
The CamelDataWrapper can now be provided with input and output streams, so
2000-01-24 bertrand <bertrand@helixcode.com>
* camel/camel-data-wrapper.h:
* camel/camel-data-wrapper.c
(_set_input_stream):
(_get_input_stream):
(_set_output_stream):
(_get_output_stream):
The CamelDataWrapper can now be provided with input and
output streams, so that nothing has to be kept in memory.
* camel/camel-stream.c (camel_stream_class_init):
added the "data_available" signal.
svn path=/trunk/; revision=1624
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,18 @@ +2000-01-24 bertrand <bertrand@helixcode.com> + + * camel/camel-data-wrapper.h: + * camel/camel-data-wrapper.c + (_set_input_stream): + (_get_input_stream): + (_set_output_stream): + (_get_output_stream): + The CamelDataWrapper can now be provided with input and + output streams, so that nothing has to be kept in memory. + + * camel/camel-stream.c (camel_stream_class_init): + added the "data_available" signal. + + 2000-01-24 Federico Mena Quintero <federico@helixcode.com> * configure.in: Added the gnome-pilot and capplet checks; they @@ -10,7 +25,8 @@ * camel/camel-seekable-stream.c: * camel/camel-seekable-stream.h: - + new files. + * camel/camel-simple-data-wrapper-stream.h: parent class is now CamelSeekableStream * camel/camel-stream-buffered-fs.h: idem |