From: Alberto Ruiz Date: Mon, 25 Apr 2011 17:47:30 +0000 (+0100) Subject: Adding allow-none introspection metadata to pango_itemize X-Git-Tag: 1.29.1~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ba9b52e188c3ee903fbbb59d50132bbc9019b3a;p=platform%2Fupstream%2Fpango.git Adding allow-none introspection metadata to pango_itemize --- diff --git a/pango/pango-context.c b/pango/pango-context.c index 8cb8bf1..a23678c 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1481,13 +1481,12 @@ itemize_state_finish (ItemizeState *state) /** * pango_itemize_with_base_dir: * @context: a structure holding information that affects - the itemization process. + * the itemization process. * @base_dir: base direction to use for bidirectional processing * @text: the text to itemize. * @start_index: first byte in @text to process * @length: the number of bytes (not characters) to process - * after @start_index. - * This must be >= 0. + * after @start_index. This must be >= 0. * @attrs: the set of attributes that apply to @text. * @cached_iter: (allow-none): Cached attribute iterator, or %NULL * @@ -1566,7 +1565,7 @@ itemize_with_font (PangoContext *context, * after @start_index. * This must be >= 0. * @attrs: the set of attributes that apply to @text. - * @cached_iter: Cached attribute iterator, or %NULL + * @cached_iter: (allow-none): Cached attribute iterator, or %NULL * * Breaks a piece of text into segments with consistent * directional level and shaping engine. Each byte of @text will