comparison src/request.h @ 12399:6cbffa7a9089

[gaim-migrate @ 14706] Document gaim_request_field_image_set_scale() committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:56:30 +0000
parents b858f992b566
children c08fcbcc6a3e
comparison
equal deleted inserted replaced
12398:bd42f4d5854c 12399:6cbffa7a9089
977 */ 977 */
978 GaimRequestField *gaim_request_field_image_new(const char *id, const char *text, 978 GaimRequestField *gaim_request_field_image_new(const char *id, const char *text,
979 const char *buf, gsize size); 979 const char *buf, gsize size);
980 980
981 /** 981 /**
982 * Sets the scale factors of an image field.
983 *
984 * @param field The image field.
985 * @param x The x scale factor.
986 * @param y The y scale factor.
987 */
988 void gaim_request_field_image_set_scale(GaimRequestField *field, unsigned int x, unsigned int y);
989
990 /**
982 * Returns pointer to the image. 991 * Returns pointer to the image.
983 * 992 *
984 * @param field The image field. 993 * @param field The image field.
985 * 994 *
986 * @return Pointer to the image. 995 * @return Pointer to the image.