Function
FwupdPlugincommon_string_append_kb
Declaration [src]
void
fu_common_string_append_kb (
GString* str,
guint idt,
const gchar* key,
gboolean value
)
Parameters
str |
GString |
A |
|
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 |
gboolean |
Boolean. |