Method
FwupdJsonObjectadd_object
since: 2.1.1
Declaration [src]
void
fwupd_json_object_add_object (
FwupdJsonObject* self,
const gchar* key,
FwupdJsonObject* json_obj
)
Parameters
key-
Type:
const gchar*Dictionary key.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. json_obj-
Type:
FwupdJsonObjectA
FwupdJsonObject.The data is owned by the caller of the method.