[libvirt] [PATCH 11/16] docs: hacking: document string concatenations

Daniel P. Berrangé berrange at redhat.com
Mon Oct 21 09:37:48 UTC 2019


On Sat, Oct 19, 2019 at 12:36:45AM +0200, Ján Tomko wrote:
> Recommend GString for generic strings and virBuffer for strings
> that need helpers for other uses, like XML or command line
> formatting.

Longer term we could potentially add  'gvir_string_XXXX' methods
operating on GString to replace the virBuffer helpers we still
want to use.

> 
> Signed-off-by: Ján Tomko <jtomko at redhat.com>
> ---
>  docs/hacking.html.in | 20 ++++++++++++--------
>  1 file changed, 12 insertions(+), 8 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list