aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-simple-data-wrapper-stream.c
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-01-25 09:09:56 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-01-25 09:09:56 +0800
commit50e5c22f0f5c4083ceee623b5bc02a6a7fc4f18c (patch)
tree591b540959a558b6c908e7bcc671c0906e42a2a6 /camel/camel-simple-data-wrapper-stream.c
parent7dded29a632d26b8ed2c279004dd5fe39014de27 (diff)
downloadgsoc2013-evolution-50e5c22f0f5c4083ceee623b5bc02a6a7fc4f18c.tar.gz
gsoc2013-evolution-50e5c22f0f5c4083ceee623b5bc02a6a7fc4f18c.tar.zst
gsoc2013-evolution-50e5c22f0f5c4083ceee623b5bc02a6a7fc4f18c.zip
parent class is now CamelSeekableStream idem idem idem idem (_seek):
2000-01-24 bertrand <bertrand@helixcode.com> * camel/camel-seekable-stream.c: * camel/camel-seekable-stream.h: * camel/camel-simple-data-wrapper-stream.h: parent class is now CamelSeekableStream * camel/camel-stream-buffered-fs.h: idem * camel/camel-stream-buffered-fs.c: idem * camel/camel-stream-mem.h: idem * camel/camel-stream-mem.c: idem (_seek): change declaration * camel/camel-stream-fs.c: parent class is now CamelSeekableStream (_seek): change declaration * camel/camel-stream-fs.h: parent class is now CamelSeekableStream Major compatible change in the stream hierarchy. Removed the seek method from the general streams so that we can use them as "DataSources". svn path=/trunk/; revision=1622
Diffstat (limited to 'camel/camel-simple-data-wrapper-stream.c')
-rw-r--r--camel/camel-simple-data-wrapper-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-simple-data-wrapper-stream.c b/camel/camel-simple-data-wrapper-stream.c
index 2b5704b31e..5103e1383c 100644
--- a/camel/camel-simple-data-wrapper-stream.c
+++ b/camel/camel-simple-data-wrapper-stream.c
@@ -144,7 +144,7 @@ close (CamelStream *stream)
}
static gint
-seek (CamelStream *stream,
+seek (CamelSeekableStream *stream,
gint offset,
CamelStreamSeekPolicy policy)
{
8f6fa33418d8a7a'>Add missing USES=gl to my portsGanael LAPLANCHE2018-10-051-1/+1 * Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2 * Add missing USES=gnome to my portsGanael LAPLANCHE2018-09-051-1/+1 * Make portlint happier with my ports (reorder variables)Ganael LAPLANCHE2018-01-251-3/+3 * Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-06-071-20/+8