comparison src/request.h @ 11502:b858f992b566

[gaim-migrate @ 13747] Doxygen fix. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 04:46:21 +0000
parents f0bc5f121684
children 6cbffa7a9089
comparison
equal deleted inserted replaced
11501:9563b768e8e2 11502:b858f992b566
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);