summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-07-09 19:11:01 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-07-09 19:11:01 +0000
commit4ecec6eff40a8ed3c6e3d5acbbdc01d00311668b (patch)
tree7594f164ba7f3d1b560f06bdc0cca0df7a173ee6 /tests/test-common.h
parentcf7d2330339e54897ec1dd852bfead6ba023eb96 (diff)
parent7f0519b732369921f31a502784e89f9cf2a9b1c7 (diff)
downloadpango-4ecec6eff40a8ed3c6e3d5acbbdc01d00311668b.tar.gz
Merge branch 'matthiasc/for-master' into 'master'
win32: Don't export private symbol See merge request GNOME/pango!369
Diffstat (limited to 'tests/test-common.h')
-rw-r--r--tests/test-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-common.h b/tests/test-common.h
index 22953f2d..e3f46afe 100644
--- a/tests/test-common.h
+++ b/tests/test-common.h
@@ -19,6 +19,9 @@ void print_attributes (GSList *attrs,
void print_attr_list (PangoAttrList *attrs,
GString *string);
+PangoAttribute *
+attribute_from_string (const char *string);
+
PangoAttrList *
attributes_from_string (const char *string);