diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-11 19:48:19 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-11 20:23:47 -0500 |
commit | 0c80c6d0b80cce4443e9a18fad2b4bccabaf4325 (patch) | |
tree | dcf1e5d1a61450f982632ea3487265328267691b /pango/pango-item-private.h | |
parent | 399a4b9ba16e32edce848339f6a77389b93b09bc (diff) | |
download | pango-0c80c6d0b80cce4443e9a18fad2b4bccabaf4325.tar.gz |
Add pango_item_unsplit
This undoes the effect of pango_item_split.
We will use this in future commits.
Private for now.
Diffstat (limited to 'pango/pango-item-private.h')
-rw-r--r-- | pango/pango-item-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-item-private.h b/pango/pango-item-private.h index ef3e8ed0..d37fc3f8 100644 --- a/pango/pango-item-private.h +++ b/pango/pango-item-private.h @@ -88,6 +88,10 @@ GList * pango_itemize_post_process_items (PangoContext PangoLogAttr *log_attrs, GList *items); +void pango_item_unsplit (PangoItem *orig, + int split_index, + int split_offset); + G_END_DECLS |