Method

FwupdPluginPluginhas_rule

Declaration [src]

gboolean
fu_plugin_has_rule (
  FuPlugin* self,
  FuPluginRule rule,
  const gchar* name
)

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.

name const gchar*
 

A plugin name, e.g. upower

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
 

TRUE if the name exists for the specific rule.