false otherwise.
contentTypeIsMimeType
fn
bool contentTypeIsMimeType(string type, string mimeType)Determines if type is a subset of mime_type. Convenience wrapper around [gio.global.contentTypeIsA].
Parameters
type | a content type string |
mimeType | a mime type string |
Returns
true if type is a kind of mime_type,