adding (out) introspection metadata to pango_layout_iter_get_run_textents
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 15:18:39 +0000 (16:18 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 15:18:39 +0000 (16:18 +0100)
pango/pango-layout.c

index 20e4889..524b540 100644 (file)
@@ -6046,8 +6046,8 @@ pango_layout_iter_get_cluster_extents (PangoLayoutIter *iter,
 /**
  * pango_layout_iter_get_run_extents:
  * @iter: a #PangoLayoutIter
- * @ink_rect: (allow-none): rectangle to fill with ink extents, or %NULL
- * @logical_rect: (allow-none): rectangle to fill with logical extents, or %NULL
+ * @ink_rect: (out) (allow-none): rectangle to fill with ink extents, or %NULL
+ * @logical_rect: (out) (allow-none): rectangle to fill with logical extents, or %NULL
  *
  * Gets the extents of the current run in layout coordinates
  * (origin is the top left of the entire layout).