Struct
CamelContentType
Description
struct CamelContentType {
gchar* type;
gchar* subtype;
_camel_header_param* params;
guint refcount;
}
No description available.
Structure members
type:gchar*No description available.
subtype:gchar*No description available.
params:_camel_header_param*No description available.
refcount:guintNo description available.
Instance methods
camel_content_type_is
The subtype of “*” will match any subtype. If ct is NULL, then
it will match the type “text/plain”.
camel_content_type_param
Searches the params on s CamelContentType for a param named name
and gets the value.