Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle lines to avoid gcc 3 warning about redundant redeclaration | Blue Swirl | 2009-09-04 | 1 | -6/+6 |
| | | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||||
* | Introduce QString | Luiz Capitulino | 2009-09-04 | 1 | -0/+73 |
QString is a high-level data type that can be used to represent C strings. The following functions are available: - qstring_from_str() Create a new QString - qstring_get_str() Get a pointer to the stored string Note that qstring_get_str() is too low-level for a data type like this, but it's interesting for quick read-only accesses. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |