Add "(out)" to "out" parameter in vips_addalpha()

This commit is contained in:
Janko Marohnić 2018-03-26 23:30:10 +02:00
parent 5176b4a17e
commit 0e844c8221
No known key found for this signature in database
GPG Key ID: 84166B4FB1C84F3E
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ vips_bandjoin_const1( VipsImage *in, VipsImage **out, double c, ... )
/* vips_addalpha:
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Append an alpha channel.