pub fn content_type_from_mime_type(mime_type: &str) -> Option<GString>
Tries to find a content type based on the mime type name.
mime_type
a mime type string
Newly allocated string with content type or None. Free with g_free()
None