diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-07 10:55:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-07 10:55:08 -0500 |
commit | d9e7ec32d6e98d99286557a066e3dacaa3366467 (patch) | |
tree | 26ffec72bba250171d9f4e1033d69befd54a89c1 /pango/pango-context-private.h | |
parent | e43df625b98cb521b478299069c91ee0facca359 (diff) | |
download | pango-d9e7ec32d6e98d99286557a066e3dacaa3366467.tar.gz |
Reshuffle private headers a bit
pango_itemize_with_font belongs into pango-item-private.h.
Diffstat (limited to 'pango/pango-context-private.h')
-rw-r--r-- | pango/pango-context-private.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pango/pango-context-private.h b/pango/pango-context-private.h index d65406e1..71f43b60 100644 --- a/pango/pango-context-private.h +++ b/pango/pango-context-private.h @@ -50,16 +50,6 @@ struct _PangoContext gboolean round_glyph_positions; }; -GList * pango_itemize_with_font (PangoContext *context, - PangoDirection base_dir, - const char *text, - int start_index, - int length, - PangoAttrList *attrs, - PangoAttrIterator *cached_iter, - const PangoFontDescription *desc); - - G_END_DECLS #endif /* __PANGO_CONTEXT_PRIVATE_H__ */ |