Next: Unicode Manipulation, Previous: Shell-related Utilities, Up: Top
text buffers which grow automatically as text is added.
A <g-string> is similar to a standard C string, except that it grows
automatically as text is appended or inserted. Also, it stores the length of the
string, so can be used for binary data with embedded nul bytes.