Method

FwupdPluginPluginset_name

since: 0.8.0

Declaration [src]

void
fu_plugin_set_name (
  FuPlugin* self,
  const gchar* name
)

Description [src]

Sets the plugin name.

Available since: 0.8.0

Parameters

name

Type: const gchar*

A string.

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