方法

GdkContentFormatsmatch_mime_type

声明 [源]

const char*
gdk_content_formats_match_mime_type (
  const GdkContentFormats* first,
  const GdkContentFormats* second
)

描述 [源]

first 中找到第一个也包含在 second 中的 mime 类型。

如果没有找到匹配的 mime 类型,将返回 NULL

参数

second

类型: GdkContentFormats

与 intersect 的 GdkContentFormats

数据由方法的调用者拥有。

返回值

类型: const char*

第一个公共 mime 类型或 NULL(如果没有)。

返回的数据由实例拥有。
返回值可以是 NULL
该值是 NUL 终止的 UTF-8 字符串。