From 3ecd22c764db45f796bfa89b37745e52f39dbc08 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 19 May 2020 20:13:47 +0100 Subject: [PATCH] trivial: Fix fu_plugin_runner_add_security_attrs() gtk-doc header --- libfwupdplugin/fu-plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfwupdplugin/fu-plugin.c b/libfwupdplugin/fu-plugin.c index 75c199b55..4ba255bde 100644 --- a/libfwupdplugin/fu-plugin.c +++ b/libfwupdplugin/fu-plugin.c @@ -1600,9 +1600,9 @@ fu_plugin_runner_update_reload (FuPlugin *self, FuDevice *device, GError **error /** * fu_plugin_runner_add_security_attrs: * @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 **/