方法
GLibVariantTypeis_subtype_of
声明 [src]
gboolean
g_variant_type_is_subtype_of (
const GVariantType* type,
const GVariantType* supertype
)
描述 [src]
检查 type
是否为 supertype
的子类型。
此函数如果 type
是 supertype
的子类型则返回 true。所有类型都视为自己的子类型。除此之外,只有非确定的类型可以有子类型。
参数
supertype
-
类型:
GVariantType
潜在父类型的类型。
数据由方法调用者拥有。