adding (out) introspection metadata to pango_script_iter_get_range
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 16:27:38 +0000 (17:27 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 16:27:38 +0000 (17:27 +0100)
pango/pango-script.c

index 0acbe04..a76eb70 100644 (file)
@@ -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.