#include <blist.h>
Collaboration diagram for _GaimBlistNode:

Data Fields | |
| GaimBlistNodeType | type |
| The type of node this is. | |
| GaimBlistNode * | prev |
| The sibling before this buddy. | |
| GaimBlistNode * | next |
| The sibling after this buddy. | |
| GaimBlistNode * | parent |
| The parent of this node. | |
| GaimBlistNode * | child |
| The child of this node. | |
| GHashTable * | settings |
| per-node settings | |
| void * | ui_data |
| The UI can put data here. | |
| GaimBlistNodeFlags | flags |
| The buddy flags. | |
This can represent a group, a buddy, or anything else. This is a base class for struct buddy and struct group and for anything else that wants to put itself in the buddy list.
1.5.1