src/request.h

changeset 11502
84bcb3fe456e
parent 11357
d96a9c46f200
child 12399
535d819a4c74
equal deleted inserted replaced
11501:a8fc92026134 11502:84bcb3fe456e
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);

mercurial