comparison src/request.h @ 14066:29f03c8fba4a

[gaim-migrate @ 16687] I think this is better. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 10 Aug 2006 18:18:17 +0000
parents a651bfe0a922
children
comparison
equal deleted inserted replaced
14065:8ef994bacf3d 14066:29f03c8fba4a
907 * 907 *
908 * @param field The field. 908 * @param field The field.
909 * @param items The list of selected items. 909 * @param items The list of selected items.
910 */ 910 */
911 void gaim_request_field_list_set_selected(GaimRequestField *field, 911 void gaim_request_field_list_set_selected(GaimRequestField *field,
912 GList *items); 912 const GList *items);
913 913
914 /** 914 /**
915 * Returns whether or not a particular item is selected in a list field. 915 * Returns whether or not a particular item is selected in a list field.
916 * 916 *
917 * @param field The field. 917 * @param field The field.