Function
FwupdCodecjson_append_bool
Declaration [src]
void
fwupd_codec_json_append_bool (
JsonBuilder* builder,
const gchar* key,
gboolean value
)
Parameters
builder |
JsonBuilder |
A |
|
| The data is owned by the caller of the function. | |
key |
const gchar* |
A string. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
value |
gboolean |
Boolean. |