| 448 |
448 |
| 449 /** |
449 /** |
| 450 * Sets the type hint for the field. |
450 * Sets the type hint for the field. |
| 451 * |
451 * |
| 452 * This is optionally used by the UIs to provide such features as |
452 * This is optionally used by the UIs to provide such features as |
| 453 * auto-completion for type hints like "screenname." |
453 * auto-completion for type hints like "account" and "screenname". |
| 454 * |
454 * |
| 455 * @param field The field. |
455 * @param field The field. |
| 456 * @param type_hint The type hint. |
456 * @param type_hint The type hint. |
| 457 */ |
457 */ |
| 458 void gaim_request_field_set_type_hint(GaimRequestField *field, |
458 void gaim_request_field_set_type_hint(GaimRequestField *field, |