ContentType.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string type, string subtype)

Creates a Content-Type object with type type and subtype subtype.

Parameters

typethe MIME type or null for the default value
subtypethe MIME subtype or null for the default value

Returns

a new #GMimeContentType object.