comparison src/request.h @ 7901:4344f7fad009

[gaim-migrate @ 8561] A function for setting the list of items currently selected would also be nifty. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 21 Dec 2003 08:30:53 +0000
parents 7b64108b8ae3
children 3ca501305ac5
comparison
equal deleted inserted replaced
7900:365d8a67972d 7901:4344f7fad009
731 * @param item The list item. 731 * @param item The list item.
732 */ 732 */
733 void gaim_request_field_list_add(GaimRequestField *field, const char *item); 733 void gaim_request_field_list_add(GaimRequestField *field, const char *item);
734 734
735 /** 735 /**
736 * Sets a list of selected items in a list field.
737 *
738 * @param field The field.
739 * @param items The list of selected items.
740 */
741 void gaim_request_field_list_set_selected(GaimRequestField *field,
742 GList *items);
743
744 /**
736 * Returns a list of selected items in a list field. 745 * Returns a list of selected items in a list field.
737 * 746 *
738 * @param field The field. 747 * @param field The field.
739 * 748 *
740 * @return The list of selected items. 749 * @return The list of selected items.