summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-06-20 11:26:33 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2014-06-20 11:26:33 +0100
commit715ed720eced19967a88871c9712d8e4e4de03b9 (patch)
tree2776c6da0ec74f19817ee51c136ad1e8155aa9df
parentaee1d73950792744af73d7cec5cb867906c225af (diff)
downloadpango-715ed720eced19967a88871c9712d8e4e4de03b9.tar.gz
Fix introspection annotation
Missing colon broke the g-ir-scanner.
-rw-r--r--pango/shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/shape.c b/pango/shape.c
index 7c805dec..6f535262 100644
--- a/pango/shape.c
+++ b/pango/shape.c
@@ -66,7 +66,7 @@ pango_shape (const gchar *text,
* pango_shape_full:
* @item_text: valid UTF-8 text to shape.
* @item_length: the length (in bytes) of @item_text. -1 means nul-terminated text.
- * @paragraph_text: (allow-none) text of the paragraph (see details). May be %NULL.
+ * @paragraph_text: (allow-none): text of the paragraph (see details). May be %NULL.
* @paragraph_length: the length (in bytes) of @paragraph_text. -1 means nul-terminated text.
* @analysis: #PangoAnalysis structure from pango_itemize().
* @glyphs: glyph string in which to store results.