函数

Giocontent_type_equals

声明 [源代码]

gboolean
g_content_type_equals (
  const gchar* type1,
  const gchar* type2
)

描述 [源代码]

比较两个内容类型是否相等。

参数

type1

类型: const gchar*

内容类型字符串。

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

类型: const gchar*

内容类型字符串。

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

返回值

类型: gboolean

TRUE 如果两个字符串相同或等效,否则 FALSE