summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:30:03 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:30:03 +0100
commita04ac359f79d0d460bf164801ac9ef39bae276dc (patch)
treee471117a4eb030c651d635d7e0aab1f1f82e0848 /pango/pango-layout.c
parenta92ee9af8c9801edc484a680b2d2247f83c4a36f (diff)
downloadpango-a04ac359f79d0d460bf164801ac9ef39bae276dc.tar.gz
adding allow-none introspection metadata to pango_layout_get_pixel_extents
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index b8581ee9..b0d855e1 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -4679,10 +4679,10 @@ pango_layout_line_new (PangoLayout *layout)
/**
* pango_layout_line_get_pixel_extents:
* @layout_line: a #PangoLayoutLine
- * @ink_rect: (out): rectangle used to store the extents of the glyph string
- * as drawn, or %NULL
- * @logical_rect: (out): rectangle used to store the logical extents of the
- * glyph string, or %NULL
+ * @ink_rect: (out) (allow-none): rectangle used to store the extents of
+ * the glyph string as drawn, or %NULL
+ * @logical_rect: (out) (allow-none): rectangle used to store the logical
+ * extents of the glyph string, or %NULL
*
* Computes the logical and ink extents of @layout_line in device units.
* This function just calls pango_layout_line_get_extents() followed by