Method
FwupdPluginPluginalloc_data
since: 0.8.0
[−]
Description [src]
Allocates the per-plugin allocated private data.
Available since: 0.8.0
This method is not directly available to language bindings.
[−]
Return value
Type: FuPluginData
A pointer to a structure, or NULL
for unset.
The caller of the method takes ownership of the data, and is responsible for freeing it. |