comparison src/blist.h @ 5259:750e4801819f

[gaim-migrate @ 5631] i didn't mean to commit that committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 29 Apr 2003 00:23:19 +0000
parents e131ab86ead7
children d7771fe33cbd
comparison
equal deleted inserted replaced
5258:4ac135a2f422 5259:750e4801819f
94 * A group. This contains everything Gaim will ever need to know about a group. 94 * A group. This contains everything Gaim will ever need to know about a group.
95 */ 95 */
96 struct group { 96 struct group {
97 GaimBlistNode node; /**< The node that this group inherits from */ 97 GaimBlistNode node; /**< The node that this group inherits from */
98 char *name; /**< The name of this group. */ 98 char *name; /**< The name of this group. */
99 int totalsize; /**< The number of buddies in this group */
100 int currentsize; /**< The number of buddies in this group corresponding to online accounts */
101 int online; /**< The number of buddies in this group who are currently online */
102 GHashTable *settings; /**< per-group settings from the XML buddy list, set by plugins and the likes. */ 99 GHashTable *settings; /**< per-group settings from the XML buddy list, set by plugins and the likes. */
103 }; 100 };
104 101
105 /** 102 /**
106 * A group. This contains everything Gaim needs to put a chat room in the 103 * A group. This contains everything Gaim needs to put a chat room in the