tiny doc fixes

This commit is contained in:
John Cupitt 2016-09-01 22:40:36 +01:00
parent 5376a93866
commit 0c2d7c955a
2 changed files with 3 additions and 3 deletions

View File

@ -829,7 +829,7 @@ vips_foreign_load_gif_buffer_init( VipsForeignLoadGifBuffer *buffer )
*
* Optional arguments:
*
* * @page: %ginit, page (frame) to read
* * @page: %gint, page (frame) to read
*
* Read a GIF file into a VIPS image. Rendering uses the giflib library.
*
@ -864,7 +864,7 @@ vips_gifload( const char *filename, VipsImage **out, ... )
*
* Optional arguments:
*
* * @page: %ginit, page (frame) to read
* * @page: %gint, page (frame) to read
*
* Read a GIF-formatted memory block into a VIPS image. Exactly as
* vips_gifload(), but read from a memory buffer.

View File

@ -301,7 +301,7 @@ vips_foreign_load_tiff_buffer_init( VipsForeignLoadTiffBuffer *buffer )
*
* Optional arguments:
*
* * @page: int, load this page
* * @page: %gint, load this page
* * @autorotate: %gboolean, use orientation tag to rotate the image
* during load
*