Function

Fwupdcommon_json_add_boolean

Declaration [src]

void
fwupd_common_json_add_boolean (
  JsonBuilder* builder,
  const gchar* key,
  gboolean value
)

Description

No description available.
This function is not directly available to language bindings

Parameters

builder JsonBuilder
  No description available.
 The data is owned by the caller of the function.
key 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 gboolean
  No description available.