diff options
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r-- | pango/pango-context.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h index 3e597c30..732c22ef 100644 --- a/pango/pango-context.h +++ b/pango/pango-context.h @@ -77,10 +77,13 @@ PangoDirection pango_context_get_base_dir (PangoContext * consistent shaping/language engine and bidrectional level. * Returns a GList of PangoItem's */ -GList *pango_itemize (PangoContext *context, - const char *text, - gint length, - PangoAttrList *attrs); +GList *pango_itemize (PangoContext *context, + const char *text, + int start_index, + int length, + PangoAttrList *attrs, + PangoAttrIterator *cached_iter); + #ifdef __cplusplus } |