diff options
Diffstat (limited to 'camel/camel-seekable-substream.c')
-rw-r--r-- | camel/camel-seekable-substream.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/camel/camel-seekable-substream.c b/camel/camel-seekable-substream.c index c51b52b99f..42a51d3be1 100644 --- a/camel/camel-seekable-substream.c +++ b/camel/camel-seekable-substream.c @@ -93,7 +93,7 @@ camel_seekable_substream_get_type (void) } /** - * camel_seekable_substream_new_with_seekable_stream_and_bounds: + * camel_seekable_substream_new: * @parent_stream: a seekable parent stream * @inf_bound: a lower bound * @sup_bound: an upper bound @@ -110,8 +110,7 @@ camel_seekable_substream_get_type (void) * Return value: the substream **/ CamelStream * -camel_seekable_substream_new_with_seekable_stream_and_bounds (CamelSeekableStream *parent_stream, - off_t start, off_t end) +camel_seekable_substream_new(CamelSeekableStream *parent_stream, off_t start, off_t end) { CamelSeekableSubstream *seekable_substream; |