History log of /qemu/include/qobject/qstring.h (Results 26 – 27 of 27)
Revision Date Author Comments
# d30ec846 11-Nov-2009 Anthony Liguori <aliguori@us.ibm.com>

Allow strings to grow in size

This lets us use QString for building larger strings

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>


# 66f70487 28-Aug-2009 Luiz Capitulino <lcapitulino@redhat.com>

Introduce QString

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() G

Introduce QString

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>

show more ...


12