Method

FwupdJsonArrayadd_string

since: 2.1.1

Declaration [src]

void
fwupd_json_array_add_string (
  FwupdJsonArray* self,
  const gchar* value
)

Description [src]

Adds a string to a JSON array.

Available since: 2.1.1

Parameters

value

Type: const gchar*

String value.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.