comparison libpurple/request.h @ 20976:216fdae447a9

merge of 'e33c17e58da161b8cffaf13e9d79e9bb4b9ce4ce' and 'e9c14932998e8737c0abb9815f8792ca8219759b'
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 17 Oct 2007 03:37:12 +0000
parents 59c9c04879af
children 6de09629f091
comparison
equal deleted inserted replaced
20972:6b9c49ae774c 20976:216fdae447a9
264 /** 264 /**
265 * Returns a list of all groups in a field list. 265 * Returns a list of all groups in a field list.
266 * 266 *
267 * @param fields The fields list. 267 * @param fields The fields list.
268 * 268 *
269 * @return A list of groups. 269 * @constreturn A list of groups.
270 */ 270 */
271 GList *purple_request_fields_get_groups(const PurpleRequestFields *fields); 271 GList *purple_request_fields_get_groups(const PurpleRequestFields *fields);
272 272
273 /** 273 /**
274 * Returns whether or not the field with the specified ID exists. 274 * Returns whether or not the field with the specified ID exists.
422 /** 422 /**
423 * Returns a list of all fields in a group. 423 * Returns a list of all fields in a group.
424 * 424 *
425 * @param group The group. 425 * @param group The group.
426 * 426 *
427 * @return The list of fields in the group. 427 * @constreturn The list of fields in the group.
428 */ 428 */
429 GList *purple_request_field_group_get_fields( 429 GList *purple_request_field_group_get_fields(
430 const PurpleRequestFieldGroup *group); 430 const PurpleRequestFieldGroup *group);
431 431
432 /*@}*/ 432 /*@}*/
834 /** 834 /**
835 * Returns a list of labels in a choice field. 835 * Returns a list of labels in a choice field.
836 * 836 *
837 * @param field The field. 837 * @param field The field.
838 * 838 *
839 * @return The list of labels. 839 * @constreturn The list of labels.
840 */ 840 */
841 GList *purple_request_field_choice_get_labels(const PurpleRequestField *field); 841 GList *purple_request_field_choice_get_labels(const PurpleRequestField *field);
842 842
843 /*@}*/ 843 /*@}*/
844 844