comparison src/blist.h @ 7420:53c86d59f20b

[gaim-migrate @ 8022] (19:08:24) deryni: Paco-Paco can stop wanting to kill Sean for using ctrl-f in conversations, and all the rest of you can have fun making offline buddies take priority over online ones (I'm sure you'll figure it out =) and a change from free() to g_free() in yahoo from zuperdee, since g_free is theoretically doing more error checking committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:10:29 +0000
parents b8ce6e194cff
children 3d49c33db741
comparison
equal deleted inserted replaced
7419:82dfe392a773 7420:53c86d59f20b
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. */
122 }; 123 };
123 124
124 125
125 /** 126 /**
126 * A group. This contains everything Gaim will ever need to know about a group. 127 * A group. This contains everything Gaim will ever need to know about a group.