diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 12:25:24 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 10:22:20 -0400 |
commit | cc9b0912566b7c3bd4c1b31b5e6dd8532f1794c1 (patch) | |
tree | 13a14f65ff638e82537032b40c13c8e043bb567d /pango/pango-break.h | |
parent | 0010317b93722f19d636b7dd91c735fcdfd47997 (diff) | |
download | pango-cc9b0912566b7c3bd4c1b31b5e6dd8532f1794c1.tar.gz |
Deprecate pango_break
To break correctly, use pango_default_break and
pango_tailor_break.
Diffstat (limited to 'pango/pango-break.h')
-rw-r--r-- | pango/pango-break.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pango/pango-break.h b/pango/pango-break.h index 2824e37f..4e1db0bc 100644 --- a/pango/pango-break.h +++ b/pango/pango-break.h @@ -100,10 +100,7 @@ struct _PangoLogAttr guint is_word_boundary : 1; }; -/* Determine information about cluster/word/line breaks in a string - * of Unicode text. - */ -PANGO_AVAILABLE_IN_ALL +PANGO_DEPRECATED_IN_1_44 void pango_break (const gchar *text, int length, PangoAnalysis *analysis, |