| 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. |