From 0c2d7c955a0655de0885abef85ea18d700b19470 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 1 Sep 2016 22:40:36 +0100 Subject: [PATCH] tiny doc fixes --- libvips/foreign/gifload.c | 4 ++-- libvips/foreign/tiffload.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 *