trivial: Fix fu_plugin_runner_add_security_attrs() gtk-doc header

This commit is contained in:
Richard Hughes 2020-05-19 20:13:47 +01:00
parent e56fe2a0ca
commit 3ecd22c764

View File

@ -1600,9 +1600,9 @@ fu_plugin_runner_update_reload (FuPlugin *self, FuDevice *device, GError **error
/** /**
* fu_plugin_runner_add_security_attrs: * fu_plugin_runner_add_security_attrs:
* @self: a #FuPlugin * @self: a #FuPlugin
* @attrs: (element-type FwupdSecurityAttr): a #GPtrArray of attributes * @attrs: a #FuSecurityAttrs
* *
* Runs the add_security_attrs routine for the plugin * Runs the `add_security_attrs()` routine for the plugin
* *
* Since: 1.5.0 * Since: 1.5.0
**/ **/