src/request.h

changeset 7964
10d58eb8a16a
parent 7963
f982dbac2ccf
child 8046
c581b20a47d6
--- a/src/request.h	Wed Dec 31 07:51:37 2003 +0000
+++ b/src/request.h	Wed Dec 31 08:05:22 2003 +0000
@@ -106,6 +106,7 @@
 			GList *items;
 			GHashTable *item_data;
 			GList *selected;
+			GHashTable *selected_table;
 
 			gboolean multiple_selection;
 
@@ -780,6 +781,17 @@
 										  GList *items);
 
 /**
+ * Returns whether or not a particular item is selected in a list field.
+ *
+ * @param field The field.
+ * @param item  The item.
+ *
+ * @return TRUE if the item is selected. FALSE otherwise.
+ */
+gboolean gaim_request_field_list_is_selected(const GaimRequestField *field,
+											 const char *item);
+
+/**
  * Returns a list of selected items in a list field.
  *
  * To retrieve the data for each item, use

mercurial