函数

Giocontent_type_is_a

声明 [源代码]

gboolean
g_content_type_is_a (
  const gchar* type,
  const gchar* supertype
)

描述 [源代码]

确定 type 是否是 supertype 的子集。

参数

type

类型: const gchar*

内容类型字符串。

数据由函数的调用者拥有。
值是一个以 null 结尾的 UTF-8 字符串。
supertype

类型: const gchar*

内容类型字符串。

数据由函数的调用者拥有。
值是一个以 null 结尾的 UTF-8 字符串。

返回值

类型: gboolean

TRUE 如果 typesupertype 的一种,否则 FALSE