Camel.MimeFilterIndex¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | Camel.MimeFilter (6), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new(index) | 
| set_index(index) | |
| set_name(name) | 
Virtual Methods¶
| Inherited: | Camel.MimeFilter (3), GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class Camel.MimeFilterIndex(**kwargs)¶
- Bases: - Camel.MimeFilter- Abstract: - No - Structure: - Camel.MimeFilterIndexClass- 
classmethod new(index)¶
- Parameters: - index ( - Camel.Index) – a- Camel.Indexobject- Returns: - a new - Camel.MimeFilterIndexobject- Return type: - Camel.MimeFilter- Create a new - Camel.MimeFilterIndexbased on index.
 - 
set_index(index)¶
- Parameters: - index ( - Camel.Index) – a- Camel.Indexobject- Set index on self. 
 - 
set_name(name)¶
- Parameters: - name ( - Camel.IndexName) – a- Camel.IndexNameobject- Set the match name for any indexed words. 
 
- 
classmethod