comparison src/account.h @ 9699:267eab8f3fa4

[gaim-migrate @ 10558] Add a password hint to the "Enter password" dialog. Also added a gaim_account_get_protocol_name() to account.c/.h This change sponsored in part by Daniel Atallah, Jon Oberheide, Mark Doliner, the National Science Foundation, and by viewers like you. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 07 Aug 2004 15:04:15 +0000
parents da88e2cd5c53
children db62420a53a2
comparison
equal deleted inserted replaced
9698:bd5abccacff2 9699:267eab8f3fa4
382 * @return The protocol ID. 382 * @return The protocol ID.
383 */ 383 */
384 const char *gaim_account_get_protocol_id(const GaimAccount *account); 384 const char *gaim_account_get_protocol_id(const GaimAccount *account);
385 385
386 /** 386 /**
387 * Returns the account's protocol name.
388 *
389 * @param account The account.
390 *
391 * @return The protocol name.
392 */
393 const char *gaim_account_get_protocol_name(const GaimAccount *account);
394
395 /**
387 * Returns the account's connection. 396 * Returns the account's connection.
388 * 397 *
389 * @param account The account. 398 * @param account The account.
390 * 399 *
391 * @return The connection. 400 * @return The connection.