diff 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
line wrap: on
line diff
--- 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.