comparison libpurple/request.h @ 21284:6de09629f091

propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f) to branch 'im.pidgin.pidgin' (head e3a6991e78dac328f13804950fee54dfb8afc3c5)
author Ka-Hing Cheung <khc@hxbc.us>
date Sat, 10 Nov 2007 04:52:20 +0000
parents a20ef7180680 59c9c04879af
children 665e04562de0
comparison
equal deleted inserted replaced
21283:406aa3be6b32 21284:6de09629f091
355 /** 355 /**
356 * Returns a list of all groups in a field list. 356 * Returns a list of all groups in a field list.
357 * 357 *
358 * @param fields The fields list. 358 * @param fields The fields list.
359 * 359 *
360 * @return A list of groups. 360 * @constreturn A list of groups.
361 */ 361 */
362 GList *purple_request_fields_get_groups(const PurpleRequestFields *fields); 362 GList *purple_request_fields_get_groups(const PurpleRequestFields *fields);
363 363
364 /** 364 /**
365 * Returns whether or not the field with the specified ID exists. 365 * Returns whether or not the field with the specified ID exists.
513 /** 513 /**
514 * Returns a list of all fields in a group. 514 * Returns a list of all fields in a group.
515 * 515 *
516 * @param group The group. 516 * @param group The group.
517 * 517 *
518 * @return The list of fields in the group. 518 * @constreturn The list of fields in the group.
519 */ 519 */
520 GList *purple_request_field_group_get_fields( 520 GList *purple_request_field_group_get_fields(
521 const PurpleRequestFieldGroup *group); 521 const PurpleRequestFieldGroup *group);
522 522
523 /*@}*/ 523 /*@}*/
925 /** 925 /**
926 * Returns a list of labels in a choice field. 926 * Returns a list of labels in a choice field.
927 * 927 *
928 * @param field The field. 928 * @param field The field.
929 * 929 *
930 * @return The list of labels. 930 * @constreturn The list of labels.
931 */ 931 */
932 GList *purple_request_field_choice_get_labels(const PurpleRequestField *field); 932 GList *purple_request_field_choice_get_labels(const PurpleRequestField *field);
933 933
934 /*@}*/ 934 /*@}*/
935 935