summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 17:27:38 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 17:27:38 +0100
commit1050fa307ebdd54f08eb3cf7dee56a769b09941e (patch)
tree0e99c89ecf207f56a6da50c35485dc17f0ef6cce /pango/pango-script.c
parentc73479690963e11fa7f4d4a87475cb02c78ca0c1 (diff)
downloadpango-1050fa307ebdd54f08eb3cf7dee56a769b09941e.tar.gz
adding (out) introspection metadata to pango_script_iter_get_range
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r--pango/pango-script.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c
index 0acbe044..a76eb70b 100644
--- a/pango/pango-script.c
+++ b/pango/pango-script.c
@@ -153,9 +153,9 @@ pango_script_iter_free (PangoScriptIter *iter)
/**
* pango_script_iter_get_range:
* @iter: a #PangoScriptIter
- * @start: (allow-none): location to store start position of the range, or %NULL
- * @end: (allow-none): location to store end position of the range, or %NULL
- * @script: (allow-none): location to store script for range, or %NULL
+ * @start: (out) (allow-none): location to store start position of the range, or %NULL
+ * @end: (out) (allow-none): location to store end position of the range, or %NULL
+ * @script: (out) (allow-none): location to store script for range, or %NULL
*
* Gets information about the range to which @iter currently points.
* The range is the set of locations p where *start <= p < *end.