Method
FwupdPluginPluginalloc_data
Declaration [src]
FuPluginData*
fu_plugin_alloc_data (
FuPlugin* self,
gsize data_sz
)
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
| Returns: | FuPluginData |
A pointer to a structure, or |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |