]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: hacking: document string concatenations
authorJán Tomko <jtomko@redhat.com>
Fri, 18 Oct 2019 21:15:38 +0000 (23:15 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 22 Oct 2019 20:15:02 +0000 (22:15 +0200)
commit2d0b8560cee8a43297915883eda39749274654d0
tree1ed0c61411c08c83cd3637d221b18ecb45b2e962
parentda5c73352402df3a04fa2b2d205167486ff36403
docs: hacking: document string concatenations

Recommend GString for generic strings and virBuffer for strings
that need helpers for other uses, like XML or command line
formatting.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/hacking.html.in