summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 18:45:04 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 18:45:04 +0100
commit025fe509acd3033e8fe4ffd1bea4584b286c527f (patch)
treed9b25a5a90cfbcd69986f19c7638f97e49111166
parent5ad1c470011e732913d26dcd63be4adcdcbf33a9 (diff)
downloadpango-025fe509acd3033e8fe4ffd1bea4584b286c527f.tar.gz
Adding allow-none introspection metadata to pango_itemize_with_base_dir
-rw-r--r--pango/pango-context.c4
1 files changed, 2 insertions, 2 deletions
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 ()),