Method

FwupdPluginPluginget_name

since: 0.8.0

Declaration [src]

const gchar*
fu_plugin_get_name (
  FuPlugin* self
)

Description [src]

Gets the plugin name.

Available since: 0.8.0

Return value

Type: const gchar*

A plugin name, or NULL for unknown.

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