Gio.AppInfo.prototype.remove_supports_type
function remove_supports_type(content_type: String): Boolean { // Gjs wrapper for g_app_info_remove_supports_type() }
Removes a supported type from an application, if possible.
- content_type
a string.
- Returns
true on success, false on error.