src/request.h

changeset 14128
3f6654cc8746
parent 13283
89a0621d5d6a
equal deleted inserted replaced
14127:6c79d410dd9c 14128:3f6654cc8746
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.

mercurial