_PurpleBlistNode Struct Reference

A Buddy list node. More...

#include <blist.h>


Data Fields

PurpleBlistNodeType type
 The type of node this is.
PurpleBlistNodeprev
 The sibling before this buddy.
PurpleBlistNodenext
 The sibling after this buddy.
PurpleBlistNodeparent
 The parent of this node.
PurpleBlistNodechild
 The child of this node.
GHashTable * settings
 per-node settings
void * ui_data
 The UI can put data here.
PurpleBlistNodeFlags flags
 The buddy flags.


Detailed Description

A Buddy list node.

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.

Definition at line 96 of file blist.h.


Field Documentation

The sibling before this buddy.

Definition at line 98 of file blist.h.

The sibling after this buddy.

Definition at line 99 of file blist.h.

The UI can put data here.

Definition at line 103 of file blist.h.


The documentation for this struct was generated from the following file:

Generated on Sun Sep 21 12:18:58 2008 for pidgin by  doxygen 1.5.5