Method

GLibVariantTypeis_variant

Declaration

gboolean
g_variant_type_is_variant (
  const GVariantType* type
)

Description

Determines if the given type is the variant type.

Return value

Type: gboolean

TRUE if type is the variant type

Since 2.24