comparison src/request.h @ 10791:2ab4b5acc8d1

[gaim-migrate @ 12433] " When you autocomplete a screenname in a dialog box that also includes an account selector, it should also autocomplete the account. This patch implements that." --rlaager this is how I would expect things to work. I was hit by this just the other day. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 07 Apr 2005 15:22:21 +0000
parents 62fc579810f4
children 07dc8c6a359f
comparison
equal deleted inserted replaced
10790:35edd4d021a4 10791:2ab4b5acc8d1
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,