Function
FwupdCodecstring_append
since: 2.0.0
Declaration [src]
void
fwupd_codec_string_append (
  GString* str,
  guint idt,
  const gchar* key,
  const gchar* value
)
      Parameters
str- 
            
Type:
GStringA
GString.The data is owned by the caller of the function.  idt- 
            
Type:
guintThe indent.
 key- 
            
Type:
const gchar*A string to append.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  value- 
            
Type:
const gchar*A string to append.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.