summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
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);