Package: gio

Function gio:app-info-supported-types

Lambda List

gio:app-info-supported-types (info)

Arguments

info -- a g:app-info instance

Return Value

A list of strings with the content types.

Details

Retrieves the list of content types that info claims to support. If this information is not provided by the environment, this function will return nil. This function does not take in consideration associations added with the g:app-info-add-supports-type function, but only those exported directly by the application.
 

See also

#2023-7-11