_GNode Struct Reference

#include <gnode.h>

Data Fields

gpointer  data
GNode next
GNode prev
GNode parent
GNode children

Field Documentation

GNode* _GNode::children
 
gpointer _GNode::data
 
GNode* _GNode::next
 
GNode* _GNode::parent
 
GNode* _GNode::prev
 

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

Copyright © Nokia Corporation 2001-2008
Back to top