Top | ![]() |
![]() |
![]() |
![]() |
|
camel_stream_filter_new () |
|
camel_stream_filter_get_source () |
|
camel_stream_filter_add () |
|
camel_stream_filter_remove () |
CamelStream * camel_stream_filter_new ();
CamelStream *source
Create a new source
stream
is referenced, thus the caller can unref it, if not needed.
Since: 2.32
CamelStream * camel_stream_filter_get_source ();
CamelStreamFilter *stream
Since: 2.32
gint camel_stream_filter_add (,
CamelStreamFilter *stream);
CamelMimeFilter *filter
Add a new
Note that a filter should only be added to a single stream at a time, otherwise unpredictable results may occur.
void camel_stream_filter_remove (,
CamelStreamFilter *stream);
gint id
Remove a processing filter from the stream by id.
stream |
a |
|
id |
Filter id, as returned from |