| 510 /** |
510 /** |
| 511 * Returns whether or not a field is required. |
511 * Returns whether or not a field is required. |
| 512 * |
512 * |
| 513 * @param field The field. |
513 * @param field The field. |
| 514 * |
514 * |
| 515 * @return TRUE if the fiels is required, or FALSE. |
515 * @return TRUE if the field is required, or FALSE. |
| 516 */ |
516 */ |
| 517 gboolean gaim_request_field_is_required(const GaimRequestField *field); |
517 gboolean gaim_request_field_is_required(const GaimRequestField *field); |
| 518 |
518 |
| 519 /*@}*/ |
519 /*@}*/ |
| 520 |
520 |