#include <str_functions.h>
Data Fields | |
| GStringChunk * | chunk | 
| GStringChunk that actually stores the strings.  | |
| GPtrArray * | ptrArray | 
| A array of char* that points to the strings.  | |
| GArray * | constArray | 
| Stores the indexes of strings which are inserted constantly.  | |
| guint | len | 
| Number of strings in the StringList.  | |
However, instead of return char pointers, StringList functions return the indexes of the strings because returning char pointers might cause more confusion.
 1.5.6