#include <Glist.h>
Public Methods | |
| GlistItem (Gobject *o, GlistItem *next) | |
| ~GlistItem () | |
| Gobject* | Value () | 
| GlistItem* | Next () | 
| void | SetNext (GlistItem *item) | 
      
  | 
  
| 
 Construct a GlistItem with an object and a pointer to the next element  | 
  
      
  | 
  
| 
 Return the next item of the list  | 
  
      
  | 
  
| 
 Set the element on which the item will point  | 
  
      
  | 
  
| 
 Return the value of the item  |