Method

FwupdPluginset_name

Declaration [src]

void
fwupd_plugin_set_name (
  FwupdPlugin* self,
  const gchar* name
)

Description [src]

Sets the plugin name.

Available since:1.5.0
Sets propertyFwupd.Plugin:name

Parameters

name const gchar*
 

The plugin name, e.g. bios

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