summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-23 15:45:58 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-11-23 15:45:58 +0000
commit55efd092b0319f2a2697c510eafc2b0b23597d26 (patch)
treef8d8664f1f4652c0ca777b78f90581891f8e7361 /pango/pango-tabs.h
parenta31741faf6e59737c561574c3a7679ea185f4154 (diff)
parent0a1218ebb121a829b2a63ac98f36c28e594e124f (diff)
downloadpango-55efd092b0319f2a2697c510eafc2b0b23597d26.tar.gz
Merge branch 'line-breaking-fixes4' into 'main'
Fix a case of unintended hyphenation See merge request GNOME/pango!519
Diffstat (limited to 'pango/pango-tabs.h')
-rw-r--r--pango/pango-tabs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-tabs.h b/pango/pango-tabs.h
index e8ce1b97..d2a68d5a 100644
--- a/pango/pango-tabs.h
+++ b/pango/pango-tabs.h
@@ -92,6 +92,9 @@ char * pango_tab_array_to_string (PangoTabArray *tab_array);
PANGO_AVAILABLE_IN_1_50
PangoTabArray * pango_tab_array_from_string (const char *text);
+
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoTabArray, pango_tab_array_free)
+
G_END_DECLS
#endif /* __PANGO_TABS_H__ */