summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 17:35:41 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-20 17:35:41 +0000
commite756543935d415939e358d6d7cec094f7cd310a7 (patch)
tree6ca739b4439047fe0de0c16d38c6627a6d4feeee /pango/pango-utils.h
parentdf6d8df3242d3e139df99dcccecf7ca9bbeed95d (diff)
parent5d36fc27baad02cf773ff9af1fb46cdc97c7788b (diff)
downloadpango-e756543935d415939e358d6d7cec094f7cd310a7.tar.gz
Merge branch 'code-reorg' into 'main'
Cosmetics: Clean up pango-context.h See merge request GNOME/pango!418
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h6
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 */