Function

Fwupdcommon_json_add_int

Declaration [src]

void
fwupd_common_json_add_int (
  JsonBuilder* builder,
  const gchar* key,
  guint64 value
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

builder

Type: JsonBuilder

No description available.

The data is owned by the caller of the function.
key

Type: 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

Type: guint64

No description available.