comparison src/blist.h @ 7826:5ba07997ade3

[gaim-migrate @ 8478] there's no need to keep this around committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 10 Dec 2003 07:37:13 +0000
parents 02cb9284782e
children e873d0bd0e6c
comparison
equal deleted inserted replaced
7825:d2710b3dcc5c 7826:5ba07997ade3
117 char *alias; /**< The user-set alias of the contact */ 117 char *alias; /**< The user-set alias of the contact */
118 int totalsize; /**< The number of buddies in this contact */ 118 int totalsize; /**< The number of buddies in this contact */
119 int currentsize; /**< The number of buddies in this contact corresponding to online accounts */ 119 int currentsize; /**< The number of buddies in this contact corresponding to online accounts */
120 int online; /**< The number of buddies in this contact who are currently online */ 120 int online; /**< The number of buddies in this contact who are currently online */
121 GaimBuddy *priority; /**< The "top" buddy for this contact */ 121 GaimBuddy *priority; /**< The "top" buddy for this contact */
122 int score; /**< The priority score. */
123 }; 122 };
124 123
125 124
126 /** 125 /**
127 * A group. This contains everything Gaim will ever need to know about a group. 126 * A group. This contains everything Gaim will ever need to know about a group.