# HG changeset patch # User Richard Laager # Date 1134075390 0 # Node ID 6cbffa7a9089bdafe6a4a234b992e30d4f21c3c8 # Parent bd42f4d5854c8abdb787143fc49efc1c06e30200 [gaim-migrate @ 14706] Document gaim_request_field_image_set_scale() committer: Tailor Script diff -r bd42f4d5854c -r 6cbffa7a9089 src/request.h --- a/src/request.h Thu Dec 08 20:56:06 2005 +0000 +++ b/src/request.h Thu Dec 08 20:56:30 2005 +0000 @@ -979,6 +979,15 @@ const char *buf, gsize size); /** + * Sets the scale factors of an image field. + * + * @param field The image field. + * @param x The x scale factor. + * @param y The y scale factor. + */ +void gaim_request_field_image_set_scale(GaimRequestField *field, unsigned int x, unsigned int y); + +/** * Returns pointer to the image. * * @param field The image field.