GMime Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GMimeFilterBasic; enum GMimeFilterBasicType; GMimeFilter* g_mime_filter_basic_new_type (GMimeFilterBasicType type); |
struct GMimeFilterBasic { GMimeFilter parent_object; GMimeFilterBasicType type; unsigned char uubuf[60]; int state; int save; }; |
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.