Function

Fwupdpad_kv_str

Declaration [src]

void
fwupd_pad_kv_str (
  GString* str,
  const gchar* key,
  const gchar* value
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

str

Type: GString

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: const gchar*

No description available.

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