Method
FwupdPluginPluginget_context
since: 1.6.0
Declaration [src]
FuContext*
fu_plugin_get_context (
FuPlugin* self
)
Description [src]
Gets the context for a plugin.
Available since: 1.6.0
Gets property | FwupdPlugin.Plugin:context |
Return value
Type: FuContext
A FuContext
or NULL
if not set.
The data is owned by the instance. |