diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-20 10:34:15 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-20 11:56:18 -0700 |
commit | 62580f2fa5e46d51bb2377d4028471926108bab3 (patch) | |
tree | 7472f8a4fb33d6822b4cb853e43e0b38124af542 /docs | |
parent | e8f20b6116cca605115b42d5e0a15112193a3bad (diff) | |
download | pango-62580f2fa5e46d51bb2377d4028471926108bab3.tar.gz |
Add an allow-breaks attribute
Add a new attribute type, and parse allow_breaks="false"
in markup. This is useful to prevent hyphenation of words.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index f89debe6..c1a04e79 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -408,6 +408,7 @@ pango_attr_gravity_hint_new pango_attr_font_features_new pango_attr_foreground_alpha_new pango_attr_background_alpha_new +pango_attr_allow_breaks_new_ PangoColor PANGO_TYPE_COLOR pango_color_parse |