comparison src/request.h @ 7963:96b71ea64386

[gaim-migrate @ 8640] Documentation update. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 31 Dec 2003 07:51:37 +0000
parents 5be22af4ebfc
children a5c70e43ee43
comparison
equal deleted inserted replaced
7962:cc77bd88cd72 7963:96b71ea64386
780 GList *items); 780 GList *items);
781 781
782 /** 782 /**
783 * Returns a list of selected items in a list field. 783 * Returns a list of selected items in a list field.
784 * 784 *
785 * To retrieve the data for each item, use
786 * gaim_request_field_list_get_data().
787 *
785 * @param field The field. 788 * @param field The field.
786 * 789 *
787 * @return The list of selected items. 790 * @return The list of selected items.
788 */ 791 */
789 const GList *gaim_request_field_list_get_selected( 792 const GList *gaim_request_field_list_get_selected(