get_fallback_for_type
Description:
[
Version ( since =
"2.28" ) ]
public static List<
AppInfo>
get_fallback_for_type (
string content_type)
Gets a list of fallback AppInfos for a given content type, i.
e. those applications which claim to support the given content type by MIME type subclassing and not directly.
Parameters:
content_type |
the content type to find a AppInfo for
|
Returns:
List of AppInfos for
given content_type or null on error.
|