虚拟方法
GioAppInfoget_supported_types
自:2.34
声明 [源]
const char**
get_supported_types (
GAppInfo* appinfo
)
描述 [源]
获取app_info声明的支持的内容类型列表。如果此信息未由环境提供,此函数将返回NULL。
此函数不考虑与g_app_info_add_supports_type()
添加的关联,仅考虑应用程序直接导出的。
自:2.34
自:2.34
const char**
get_supported_types (
GAppInfo* appinfo
)
获取app_info声明的支持的内容类型列表。如果此信息未由环境提供,此函数将返回NULL。
此函数不考虑与g_app_info_add_supports_type()
添加的关联,仅考虑应用程序直接导出的。
自:2.34