Constructor

FwupdPluginPluginnew

Declaration [src]

FuPlugin*
fu_plugin_new (
  FuContext* ctx
)

Description [src]

Creates a new FuPlugin.

Available since:0.8.0

Parameters

ctx FuContext
 

A FuContext.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: FuPlugin
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.