get_supported_types
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.34" ) ]
public abstract unowned string[]? get_supported_types ()
[ Version ( since = "2.34" ) ]
public abstract unowned string[]? get_supported_types ()
Retrieves the list of content types that app_info claims to support.
If this information is not provided by the environment, this function will return `NULL`.
This function does not take in consideration associations added with [method@Gio.AppInfo.add_supports_type], but only those exported directly by the application.
Parameters:
| this |
an app info that can handle files |
Returns:
|
a list of content types. |