Method

FwupdPluginPluginset_name

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 const gchar*
 

A string.

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