Function

FwupdPluginstring_append

Declaration [src]

void
fu_string_append (
  GString* str,
  guint idt,
  const gchar* key,
  const gchar* value
)

Description [src]

Appends a key and string value to a string.

Available since:1.8.2

Parameters

str GString
 

A GString.

 The data is owned by the caller of the function.
idt guint
 

The indent.

key 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 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.