From 025fe509acd3033e8fe4ffd1bea4584b286c527f Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 18:45:04 +0100 Subject: Adding allow-none introspection metadata to pango_itemize_with_base_dir --- pango/pango-context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/pango-context.c') diff --git a/pango/pango-context.c b/pango/pango-context.c index 7f8a6adf..8cb8bf1b 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1482,14 +1482,14 @@ itemize_state_finish (ItemizeState *state) * pango_itemize_with_base_dir: * @context: a structure holding information that affects 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. - * @base_dir: base direction to use for bidirectional processing * @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 * * Like pango_itemize(), but the base direction to use when * computing bidirectional levels (see pango_context_set_base_dir ()), -- cgit v1.2.1