Package: gio

Function gio:app-info-recommended-for-type

Lambda List

gio:app-info-recommended-for-type (content-type)

Arguments

content-type -- a string with the content type

Return Value

The list of g:app-info instances for the given content-type or nil on error.

Details

Gets a list of recommended application infos for a given content type, that is, those applications which claim to support the given content type exactly, and not by MIME type subclassing. Note that the first application of the list is the last used one, that is, the last one for which the g:app-info-set-as-last-used-for-type function has been called.
 

See also

2024-12-22