[pango] Adding allow-none introspection metadata to pango_itemize



commit 9ba9b52e188c3ee903fbbb59d50132bbc9019b3a
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 18:47:30 2011 +0100

    Adding allow-none introspection metadata to pango_itemize

 pango/pango-context.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]