comparison src/blist.h @ 11972:73777ad45562

[gaim-migrate @ 14265] Get rid of gc->is_idle, and get rid of some duplicate Yahoo! code committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 04 Nov 2005 17:33:32 +0000
parents 700ec4523c04
children 1ec93dd2f359
comparison
equal deleted inserted replaced
11971:cc7146eee26f 11972:73777ad45562
102 char *name; /**< The screenname of the buddy. */ 102 char *name; /**< The screenname of the buddy. */
103 char *alias; /**< The user-set alias of the buddy */ 103 char *alias; /**< The user-set alias of the buddy */
104 char *server_alias; /**< The server-specified alias of the buddy. (i.e. MSN "Friendly Names") */ 104 char *server_alias; /**< The server-specified alias of the buddy. (i.e. MSN "Friendly Names") */
105 void *proto_data; /**< This allows the prpl to associate whatever data it wants with a buddy */ 105 void *proto_data; /**< This allows the prpl to associate whatever data it wants with a buddy */
106 GaimBuddyIcon *icon; /**< The buddy icon. */ 106 GaimBuddyIcon *icon; /**< The buddy icon. */
107 GaimAccount *account; /**< the account this buddy belongs to */ 107 GaimAccount *account; /**< the account this buddy belongs to */
108 GaimPresence *presence; 108 GaimPresence *presence;
109 }; 109 };
110 110
111 /** 111 /**
112 * A contact. This contains everything Gaim will ever need to know about a contact. 112 * A contact. This contains everything Gaim will ever need to know about a contact.