6ff59cb util: buffer: Add support for adding text blocks with indentation

Authored and Committed by Peter Krempa 9 years ago
    util: buffer: Add support for adding text blocks with indentation
    
    The current auto-indentation buffer code applies indentation only on
    complete strings. To allow adding a string containing newlines and
    having it properly indented this patch adds virBufferAddStr.
    
        
file modified
+1 -0
file modified
+29 -0
file modified
+1 -0
file modified
+49 -0