Method

FwupdPluginPluginto_string

Declaration [src]

gchar*
fu_plugin_to_string (
  FuPlugin* self
)

Description [src]

This allows us to easily print the plugin metadata.

Available since:1.8.4

Return value

Returns: gchar*
 

A string value, or NULL for invalid.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.