diff options
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index b48b0eaa..626f46e3 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1616,7 +1616,7 @@ itemize_with_font (PangoContext *context, * pango_itemize: * @context: a structure holding information that affects the itemization process. - * @text: the text to itemize. + * @text: the text to itemize. Must be valid UTF-8 * @start_index: first byte in @text to process * @length: the number of bytes (not characters) to process * after @start_index. |