方法

GLibVariantTypeelement

声明 [源]

const GVariantType*
g_variant_type_element (
  const GVariantType* type
)

描述 [源]

确定数组或‘maybe’类型的元素类型。

此函数只能用于数组和‘maybe’类型。

返回值

类型: GVariantType

自 2.24 起为 type 的元素类型。

返回的数据归实例所有。