diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-23 15:45:58 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-23 15:45:58 +0000 |
commit | 55efd092b0319f2a2697c510eafc2b0b23597d26 (patch) | |
tree | f8d8664f1f4652c0ca777b78f90581891f8e7361 /pango/pango-font.h | |
parent | a31741faf6e59737c561574c3a7679ea185f4154 (diff) | |
parent | 0a1218ebb121a829b2a63ac98f36c28e594e124f (diff) | |
download | pango-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-font.h')
-rw-r--r-- | pango/pango-font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index 6f3284fa..c56fb792 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -689,6 +689,7 @@ PangoLanguage ** pango_font_get_languages (PangoFont *font); G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoFontFamily, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoFontFace, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoFont, g_object_unref) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoFontDescription, pango_font_description_free) G_END_DECLS |