StringList Struct Reference

StringList is a structure that stores a list of constant strings. More...

#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.


Detailed Description

StringList provides convenient index access and length information for a GStringChunk.

However, instead of return char pointers, StringList functions return the indexes of the strings because returning char pointers might cause more confusion.


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

Generated on Tue Oct 21 17:13:23 2008 for libUnihan by  doxygen 1.5.6