Package: gio

Function gio:app-info-set-as-last-used-for-type

Lambda List

gio:app-info-set-as-last-used-for-type (info content-type)

Arguments

info -- a g:app-info instance
content-type -- a string with the content type

Return Value

True on success, false on error.

Details

Sets the application as the last used application for a given content type. This will make the application appear as first in the list returned by the g:app-info-recommended-for-type function, regardless of the default application for that content type.
 

See also

#2024-12-22