Searched refs:full_type (Results 1 – 1 of 1) sorted by relevance
2008 g_autofree char *full_type = NULL; in object_add_link_prop() local2019 full_type = g_strdup_printf("link<%s>", type); in object_add_link_prop()2021 op = object_property_add(obj, name, full_type, in object_add_link_prop()2049 char *full_type; in object_class_property_add_link() local2056 full_type = g_strdup_printf("link<%s>", type); in object_class_property_add_link()2058 op = object_class_property_add(oc, name, full_type, in object_class_property_add_link()2066 g_free(full_type); in object_class_property_add_link()