mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 03:29:22 +00:00
trivial: Allow plugins to call fu_plugin_remove_flag()
This commit is contained in:
parent
a378c2902b
commit
b19e05156e
@ -30,6 +30,7 @@ G_DECLARE_DERIVABLE_TYPE (FuPlugin, fu_plugin, FU, PLUGIN, FwupdPlugin)
|
||||
#define fu_plugin_get_flags(p) fwupd_plugin_get_flags(FWUPD_PLUGIN(p))
|
||||
#define fu_plugin_has_flag(p,f) fwupd_plugin_has_flag(FWUPD_PLUGIN(p),f)
|
||||
#define fu_plugin_add_flag(p,f) fwupd_plugin_add_flag(FWUPD_PLUGIN(p),f)
|
||||
#define fu_plugin_remove_flag(p,f) fwupd_plugin_remove_flag(FWUPD_PLUGIN(p),f)
|
||||
|
||||
struct _FuPluginClass
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user