Searched refs:full_type (Results 1 – 1 of 1) sorted by relevance
1981 g_autofree char *full_type = NULL; in object_add_link_prop() local1992 full_type = g_strdup_printf("link<%s>", type); in object_add_link_prop()1994 op = object_property_add(obj, name, full_type, in object_add_link_prop()2022 char *full_type; in object_class_property_add_link() local2029 full_type = g_strdup_printf("link<%s>", type); in object_class_property_add_link()2031 op = object_class_property_add(oc, name, full_type, in object_class_property_add_link()2039 g_free(full_type); in object_class_property_add_link()