comparison libgaim/account.h @ 14275:c61d932c2a52

[gaim-migrate @ 16960] Minor comment change committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 22:43:54 +0000
parents 60b1bc8dbf37
children 4df2827fc2eb
comparison
equal deleted inserted replaced
14274:43d9afee9c3c 14275:c61d932c2a52
54 }; 54 };
55 55
56 struct _GaimAccount 56 struct _GaimAccount
57 { 57 {
58 char *username; /**< The username. */ 58 char *username; /**< The username. */
59 char *alias; /**< The current alias. */ 59 char *alias; /**< How you appear to yourself. */
60 char *password; /**< The account password. */ 60 char *password; /**< The account password. */
61 char *user_info; /**< User information. */ 61 char *user_info; /**< User information. */
62 62
63 char *buddy_icon; /**< The buddy icon. */ 63 char *buddy_icon; /**< The buddy icon. */
64 64