diff options
Diffstat (limited to 'pango/pango-ot-buffer.c')
-rw-r--r-- | pango/pango-ot-buffer.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-ot-buffer.c b/pango/pango-ot-buffer.c index 35d66bce..142b2f17 100644 --- a/pango/pango-ot-buffer.c +++ b/pango/pango-ot-buffer.c @@ -134,8 +134,10 @@ pango_ot_buffer_set_zero_width_marks (PangoOTBuffer *buffer, /** * pango_ot_buffer_get_glyphs * @buffer: a #PangoOTBuffer - * @glyphs: location to store the array of glyphs, or %NULL - * @n_glyphs: location to store the number of glyphs, or %NULL + * @glyphs: (array length=n_glyphs) (out) (optional): location to + * store the array of glyphs, or %NULL + * @n_glyphs: (out) (optional): location to store the number of + * glyphs, or %NULL * * Gets the glyph array contained in a #PangoOTBuffer. The glyphs are * owned by the buffer and should not be freed, and are only valid as long |