summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-24 23:00:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:21 -0400
commit778df432eb9bba4441d4c47cdbfbcd385b1e9d42 (patch)
tree39b66234cc325aafdddcebd76ec888d0cc099aaa /tests/test-common.h
parent249ce63ebb3d5666d5559184dd7c2c65e32695c2 (diff)
downloadpango-778df432eb9bba4441d4c47cdbfbcd385b1e9d42.tar.gz
Convert to the pango2 prefix
This makes pango 2 not just parallel-installable with pango 1.x, but parallel-usable in the same process.
Diffstat (limited to 'tests/test-common.h')
-rw-r--r--tests/test-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-common.h b/tests/test-common.h
index 2141100d..2baa85b3 100644
--- a/tests/test-common.h
+++ b/tests/test-common.h
@@ -14,13 +14,13 @@ gboolean file_has_prefix (const char *file,
const char *str,
GError **error);
-void print_attribute (PangoAttribute *attr,
+void print_attribute (Pango2Attribute *attr,
GString *string);
void print_attributes (GSList *attrs,
GString *string);
-void print_attr_list (PangoAttrList *attrs,
+void print_attr_list (Pango2AttrList *attrs,
GString *string);
const char *get_script_name (GUnicodeScript s);