| 968 /** |
968 /** |
| 969 * Creates an image field. |
969 * Creates an image field. |
| 970 * |
970 * |
| 971 * @param id The field ID. |
971 * @param id The field ID. |
| 972 * @param text The label of the field. |
972 * @param text The label of the field. |
| 973 * @param path Path to the image to be displayed. |
973 * @param buf The image data. |
| |
974 * @param size The size of the data in @a buffer. |
| 974 * |
975 * |
| 975 * @return The new field. |
976 * @return The new field. |
| 976 */ |
977 */ |
| 977 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, |
| 978 const char *buf, gsize size); |
979 const char *buf, gsize size); |