Method

FwupdPluginCsvEntryadd_value

Declaration [src]

void
fu_csv_entry_add_value (
  FuCsvEntry* self,
  const gchar* value
)

Description [src]

Adds a string value to the entry.

Available since:1.9.3

Parameters

value const gchar*
 

String.

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