summaryrefslogtreecommitdiff
path: root/pango/pango-break.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 12:07:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-20 12:21:18 -0400
commit2b097607b7f2b7ab468dcc47f7b58898a1e03b9f (patch)
tree2afe35be4b50b751313473e2bbb06964931a3c7d /pango/pango-break.h
parentba5c0b74ed537e8d11491709373a92d69b0aa1f0 (diff)
downloadpango-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-break.h')
-rw-r--r--pango/pango-break.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pango/pango-break.h b/pango/pango-break.h
index 16f3918c..d6438617 100644
--- a/pango/pango-break.h
+++ b/pango/pango-break.h
@@ -101,12 +101,6 @@ void pango_break (const gchar *text,
int attrs_len);
PANGO_AVAILABLE_IN_ALL
-void pango_find_paragraph_boundary (const gchar *text,
- gint length,
- gint *paragraph_delimiter_index,
- gint *next_paragraph_start);
-
-PANGO_AVAILABLE_IN_ALL
void pango_get_log_attrs (const char *text,
int length,
int level,