diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 12:07:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 12:21:18 -0400 |
commit | 2b097607b7f2b7ab468dcc47f7b58898a1e03b9f (patch) | |
tree | 2afe35be4b50b751313473e2bbb06964931a3c7d /pango/pango-utils.h | |
parent | ba5c0b74ed537e8d11491709373a92d69b0aa1f0 (diff) | |
download | pango-2b097607b7f2b7ab468dcc47f7b58898a1e03b9f.tar.gz |
Cosmetics: Move a function around
pango_find_paragraph_boundary has nothing to do
with breaks, so move it to pango-utils.h
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r-- | pango/pango-utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h index 04452eb4..49566cf8 100644 --- a/pango/pango-utils.h +++ b/pango/pango-utils.h @@ -99,6 +99,12 @@ guint8 * pango_log2vis_get_embedding_levels (const gchar *text, PANGO_AVAILABLE_IN_1_10 gboolean pango_is_zero_width (gunichar ch) G_GNUC_CONST; +PANGO_AVAILABLE_IN_ALL +void pango_find_paragraph_boundary (const char *text, + int length, + int *paragraph_delimiter_index, + int *next_paragraph_start); + /* Pango version checking */ /* Encode a Pango version as an integer */ |