From 0cd7f4f39714f3c01d666d165ae1f92cb5c78811 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 13 Feb 2022 14:35:53 +0000 Subject: Use GI_TYPE_TAG_IS_BASIC Now that we have it. --- girepository/girwriter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'girepository/girwriter.c') diff --git a/girepository/girwriter.c b/girepository/girwriter.c index 44e18801..ea148f32 100644 --- a/girepository/girwriter.c +++ b/girepository/girwriter.c @@ -231,7 +231,7 @@ write_type_info (const gchar *namespace, xml_end_element (file, "type"); } - else if (G_TYPE_TAG_IS_BASIC (tag)) + else if (GI_TYPE_TAG_IS_BASIC (tag)) { xml_start_element (file, "type"); xml_printf (file, " name=\"%s\"", g_type_tag_to_string (tag)); -- cgit v1.2.1