函数

GioAppInfoget_default_for_type

声明 [src]

GAppInfo*
g_app_info_get_default_for_type (
  const char* content_type,
  gboolean must_support_uris
)

描述 [src]

获取给定内容类型的默认 GAppInfo

参数

content_type

类型: const char*

要查找的 GAppInfo 的内容类型。

数据归函数的调用者所有。
该值为以 NUL 结尾的 UTF-8 字符串。
must_support_uris

类型: gboolean

如果 TRUE,则期望 GAppInfo 支持阈名称。

返回值

类型: GAppInfo

GAppInfo 对应于给定的 content_type 或错误时为 NULL

函数的调用者将保留数据并负责释放它。
返回值可以是 NULL