Function
Fwupdcommon_json_add_boolean
unstable since: 2.0
Declaration [src]
void
fwupd_common_json_add_boolean (
JsonBuilder* builder,
const gchar* key,
gboolean value
)
Description
No description available.
Available since: 2.0
This function is not directly available to language bindings.
Parameters
builder-
Type:
JsonBuilderNo description available.
The data is owned by the caller of the function. key-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value-
Type:
gbooleanNo description available.