comparison src/blist.h @ 6843:549a0bbbf73d

[gaim-migrate @ 7388] pre-compute the priority contact so we don't waste much effort looking it up committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 14 Sep 2003 22:17:55 +0000
parents ea289c6f2382
children 8ab95f4c9800
comparison
equal deleted inserted replaced
6842:bd433a45a463 6843:549a0bbbf73d
108 GaimBlistNode node; /**< The node that this contact inherits from. */ 108 GaimBlistNode node; /**< The node that this contact inherits from. */
109 char *alias; /**< The user-set alias of the contact */ 109 char *alias; /**< The user-set alias of the contact */
110 int totalsize; /**< The number of buddies in this contact */ 110 int totalsize; /**< The number of buddies in this contact */
111 int currentsize; /**< The number of buddies in this contact corresponding to online accounts */ 111 int currentsize; /**< The number of buddies in this contact corresponding to online accounts */
112 int online; /**< The number of buddies in this contact who are currently online */ 112 int online; /**< The number of buddies in this contact who are currently online */
113 GaimBuddy *priority; /**< The "top" buddy for this contact */
113 }; 114 };
114 115
115 116
116 /** 117 /**
117 * A group. This contains everything Gaim will ever need to know about a group. 118 * A group. This contains everything Gaim will ever need to know about a group.