Method

FwupdPluginget_name

Declaration [src]

const gchar*
fwupd_plugin_get_name (
  FwupdPlugin* self
)

Description [src]

Gets the plugin name.

Available since:1.5.0
Gets propertyFwupd.Plugin:name

Return value

Returns: const gchar*
 

The plugin name, or NULL if unset.

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