ContentProvider.this

Create a content provider that provides the given @bytes as data for the given @mime_type.

Parameters

mimeType string

the mime type

bytes Bytes

a GBytes with the data for @mime_type

Return Value

a new GdkContentProvider

Throws

ConstructionException GTK+ fails to create the object.

Meta