Function

Fwupdcommon_json_add_stringv

Declaration [src]

void
fwupd_common_json_add_stringv (
  JsonBuilder* builder,
  const gchar* key,
  gchar** value
)

Description

No description available.

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 string is a NUL terminated UTF-8 string.
value gchar**
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.