Method

FwupdJsonArrayadd_object

since: 2.1.1

Declaration [src]

void
fwupd_json_array_add_object (
  FwupdJsonArray* self,
  FwupdJsonObject* json_obj
)

Description [src]

Adds an object to a JSON array.

Available since: 2.1.1

Parameters

json_obj

Type: FwupdJsonObject

A FwupdJsonObject.

The data is owned by the caller of the method.