From 54aea13a8c350c01affa2cd74f56d5fcfead1611 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 27 Jul 2016 17:43:28 +0100 Subject: [PATCH] type comments for vips_text() --- libvips/create/text.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libvips/create/text.c b/libvips/create/text.c index 90344c6c..f2e604cf 100644 --- a/libvips/create/text.c +++ b/libvips/create/text.c @@ -341,11 +341,11 @@ vips_text_init( VipsText *text ) * * Optional arguments: * - * * @font: font to render with - * * @width: render within this many pixels across - * * @alignment: left/centre/right alignment - * * @dpi: render at this resolution - * * @spacing: space lines by this in points + * * @font: %gchararray, font to render with + * * @width: %gint, render within this many pixels across + * * @alignment: #VipsAlign, left/centre/right alignment + * * @dpi: %gint, render at this resolution + * * @spacing: %gint, space lines by this in points * * Draw the string @text to an image. @out is a one-band 8-bit * unsigned char image, with 0 for no text and 255 for text. Values inbetween