GMime Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
enum GMimeFilterBasicType; GMimeFilter* g_mime_filter_basic_new_type (GMimeFilterBasicType type); |
typedef enum { GMIME_FILTER_BASIC_BASE64_ENC = 1, GMIME_FILTER_BASIC_BASE64_DEC, GMIME_FILTER_BASIC_QP_ENC, GMIME_FILTER_BASIC_QP_DEC, GMIME_FILTER_BASIC_UU_ENC, GMIME_FILTER_BASIC_UU_DEC, } GMimeFilterBasicType; |
GMimeFilter* g_mime_filter_basic_new_type (GMimeFilterBasicType type); |
Creates a new filter of type type.