diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:15:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:15:21 +0800 |
commit | 6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6 (patch) | |
tree | 3730ac3845780625b3abfbaaf43d5dc835f7d29f /camel/camel-seekable-substream.h | |
parent | c7ae879700164da8cca08620b8ee8ab745dfb407 (diff) | |
download | gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar.gz gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar.zst gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.zip |
make this return a CamelStream rather than a CamelSeekableSubstream,
* camel-seekable-substream.c
(camel_seekable_substream_new_with_seekable_stream_and_bounds):
make this return a CamelStream rather than a
CamelSeekableSubstream, because that's the way Gtk objects tend to
work.
svn path=/trunk/; revision=2218
Diffstat (limited to 'camel/camel-seekable-substream.h')
-rw-r--r-- | camel/camel-seekable-substream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-seekable-substream.h b/camel/camel-seekable-substream.h index e34a67ee92..72f04601c8 100644 --- a/camel/camel-seekable-substream.h +++ b/camel/camel-seekable-substream.h @@ -83,7 +83,7 @@ GtkType camel_seekable_substream_get_type (void); /* public methods */ /* obtain a new seekable substream */ -CamelSeekableSubstream * +CamelStream * camel_seekable_substream_new_with_seekable_stream_and_bounds (CamelSeekableStream *parent_stream, guint32 inf_bound, gint64 sup_bound); |