Searched refs:childtype (Results 1 – 1 of 1) sorted by relevance
925 const GVariantType *childtype; in array_get_value() local933 childtype = g_variant_type_element (type); in array_get_value()939 if (!(child = ast_get_value (array->children[i], childtype, error))) in array_get_value()1051 const GVariantType *childtype; in tuple_get_value() local1059 childtype = g_variant_type_first (type); in tuple_get_value()1065 if (childtype == NULL) in tuple_get_value()1071 if (!(child = ast_get_value (tuple->children[i], childtype, error))) in tuple_get_value()1078 childtype = g_variant_type_next (childtype); in tuple_get_value()1081 if (childtype != NULL) in tuple_get_value()