diff --git a/libvips/foreign/gifload.c b/libvips/foreign/gifload.c index 96f39ae8..0cbdeaf8 100644 --- a/libvips/foreign/gifload.c +++ b/libvips/foreign/gifload.c @@ -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. diff --git a/libvips/foreign/tiffload.c b/libvips/foreign/tiffload.c index a58ee412..97b5109a 100644 --- a/libvips/foreign/tiffload.c +++ b/libvips/foreign/tiffload.c @@ -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 *