Trees | Indices | Help |
---|
|
A string list object wrapper
StringList
object represents a reference-counted,
serializable list of strings. The current interface is very minimal,
more methods may be added later as needed.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Creates a new string list.
|
Appends a string to the end of a string list.
|
Appends a string to the end of a string list, taking ownership of the string.
Since: 2.35 |
Gets the number of strings in a string list.
|
Gets a string from a string list by position.
|
Clears the contents of a string list, removing all strings. Since: 2.35 |
Convenience macro doing gwy_serializable_duplicate() with all the necessary typecasting.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |