libUnihan
0.5.3
|
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. | |
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.