Method

FwupdPluginPluginget_rules

Declaration [src]

GPtrArray*
fu_plugin_get_rules (
  FuPlugin* self,
  FuPluginRule rule
)

Description [src]

Gets the plugin IDs that should be run after this plugin.

Available since:1.0.0

Parameters

rule FuPluginRule
 

A plugin rule, e.g. FU_PLUGIN_RULE_CONFLICTS.

Return value

Returns: An array of utf8
 

The list of plugin names, e.g. ['appstream']

 The data is owned by the instance.
 The return value can be NULL.