ContentFormats.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(string[] mimeTypes = null) nothrow

Creates a new gdk.content_formats.ContentFormats from an array of mime types.

The mime types must be valid and different from each other or the behavior of the return value is undefined. If you cannot guarantee this, use gdk.content_formats_builder.ContentFormatsBuilder instead.

Parameters

mimeTypesPointer to an array of mime types

Returns