ContentProvider.newForBytes
gdk.content_provider.ContentProvider newForBytes(string mimeType, glib.bytes.Bytes bytes)Create a content provider that provides the given bytes as data for the given mime_type.
Parameters
mimeType | the mime type |
bytes | a glib.bytes.Bytes with the data for mime_type |