StreamFilter
Object Hierarchy:
Description:
[
CCode ( type_id =
"g_mime_stream_filter_get_type ()" ) ]
public class StreamFilter :
Stream
Content:
Creation methods:
Methods:
- public int add (Filter filter)
Adds filter
to this.
- public bool get_owner ()
Gets whether or not this owns the source
stream.
- public void remove (int id)
Removed a filter from the stream based on the id (as returned from
filter_add).
- public void set_owner (bool owner)
Sets whether or not this owns the source
stream.
Fields:
Inherited Members:
All known members inherited from class GMime.Stream
All known members inherited from class GLib.Object