Method

GLibVariantTypeelement

since: 2.24

Declaration

const GVariantType*
g_variant_type_element (
  const GVariantType* type
)

Description

Determines the element type of an array or maybe type.

This function may only be used with array or maybe types.

Available since: 2.24

Return value

Type: GVariantType

The element type of type

Since 2.24

The data is owned by the instance.