![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
struct CamelMimeFilterIndex; CamelMimeFilterIndex* camel_mime_filter_index_new (void); CamelMimeFilterIndex* camel_mime_filter_index_new_index (struct _CamelIndex *index); void camel_mime_filter_index_set_name (CamelMimeFilterIndex *filter, struct _CamelIndexName *name); void camel_mime_filter_index_set_index (CamelMimeFilterIndex *filter, struct _CamelIndex *index);
struct CamelMimeFilterIndex { CamelMimeFilter parent; struct _CamelMimeFilterIndexPrivate *priv; struct _CamelIndex *index; struct _CamelIndexName *name; };
CamelMimeFilterIndex* camel_mime_filter_index_new_index (struct _CamelIndex *index);
|
|
Returns : |
void camel_mime_filter_index_set_name (CamelMimeFilterIndex *filter, struct _CamelIndexName *name);
|
|
|
void camel_mime_filter_index_set_index (CamelMimeFilterIndex *filter, struct _CamelIndex *index);
|
|
|