Method

FwupdPluginCsvFirmwareget_column_id

Declaration [src]

const gchar*
fu_csv_firmware_get_column_id (
  FuCsvFirmware* self,
  guint idx
)

Description [src]

Gets the column ID for a specific index position.

Available since:1.9.3

Parameters

idx guint
 

Column ID idx.

Return value

Returns: const gchar*
 

A string, or NULL if not found.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.