Gio.content_type_is_unknown
function content_type_is_unknown(type: String): Boolean {
// Gjs wrapper for g_content_type_is_unknown()
}
Checks if the content type is the generic "unknown" type. On UNIX this is the "application/octet-stream" mimetype, while on win32 it is "*".
- type
a content type string
- Returns
true if the type is the unknown type.