函数

Giocontent_type_is_mime_type

自:2.52

声明 [src]

gboolean
g_content_type_is_mime_type (
  const gchar* type,
  const gchar* mime_type
)

描述 [src]

确定 type 是否是 mime_type 的一个子集。g_content_type_is_a() 的方便封装。

自以下版本可用:2.52

参数

type

类型: const gchar*

一个内容类型字符串。

该数据归函数的调用者所有。
该值是一个以 NUL 结尾的 UTF-8 字符串。
mime_type

类型: const gchar*

一个 mime 类型字符串。

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

返回值

类型: gboolean

如果 typemime_type 的一种类型,则为 TRUE,否则为 FALSE