Method

FwupdClientget_host_vendor

Declaration [src]

const gchar*
fwupd_client_get_host_vendor (
  FwupdClient* self
)

Description [src]

Gets the string that represents the vendor of the host running fwupd.

Available since:1.8.2

Return value

Returns: const gchar*
 

A string, or NULL for unknown.

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