API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
gboolean g_content_type_is_a ( const gchar* type, const gchar* supertype )
确定 type 是否是 supertype 的子集。
type
supertype
类型: const gchar*
const gchar*
内容类型字符串。
类型: gboolean
gboolean
TRUE 如果 type 是 supertype 的一种,否则 FALSE。
TRUE
FALSE