libpurple/request.h

changeset 20971
b5e1eb080f33
parent 20147
66f05a854eee
child 21453
a90cf329cd48
equal deleted inserted replaced
20970:b42a0dedcc5e 20971:b5e1eb080f33
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

mercurial