Package: gio

Function gio:content-type-is-mime-type

Lambda List

gio:content-type-is-mime-type (ctype mimetype)

Arguments

ctype -- a content type string
mimetype -- a MIME type string

Return Value

True if ctype is a kind of mimetype, false otherwise.

Details

Determines if ctype is a subset of mimetype. Convenience wrapper around the g:content-type-is-a function.
 

See also

2024-12-7