Method

FwupdReleaseset_protocol

Declaration [src]

void
fwupd_release_set_protocol (
  FwupdRelease* self,
  const gchar* protocol
)

Description [src]

Sets the update protocol.

Available since:1.2.2

Parameters

protocol const gchar*
 

The update protocol, e.g. org.usb.dfu

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