ContentProvider
Create a content provider that provides the given @bytes as data for the given @mime_type.
Return
a new GdkContentProvider
Parameters
mimeType
the mime type
bytes
a GBytes
with the data for @mime_type
constructor(value: <Error class: unknown class>)
Create a content provider that provides the given @value.
Return
a new GdkContentProvider
Parameters
value
a GValue
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)