| 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 /*@}*/ |