diff 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
line wrap: on
line diff
--- a/src/request.h	Sun Dec 21 08:16:43 2003 +0000
+++ b/src/request.h	Sun Dec 21 08:30:53 2003 +0000
@@ -733,6 +733,15 @@
 void gaim_request_field_list_add(GaimRequestField *field, const char *item);
 
 /**
+ * Sets a list of selected items in a list field.
+ *
+ * @param field The field.
+ * @param items The list of selected items.
+ */
+void gaim_request_field_list_set_selected(GaimRequestField *field,
+										  GList *items);
+
+/**
  * Returns a list of selected items in a list field.
  *
  * @param field The field.