AppInfoIF.getAllForType

Gets a list of all GAppInfos for a given content type, including the recommended and fallback GAppInfos. See g_app_info_get_recommended_for_type() and g_app_info_get_fallback_for_type().

interface AppInfoIF
static
getAllForType
()

Parameters

contentType string

the content type to find a GAppInfo for

Return Value

Type: ListG

GList of GAppInfos for given content_type or NULL on error. [element-type GAppInfo][transfer full]

Meta