From 05c1f2b1f30f003ff0c25c8594dff853792e06ce Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 3 Aug 2021 17:32:59 +0100 Subject: [PATCH] trivial: Fix docgen warning that crept in with FwupdRequest --- libfwupdplugin/fu-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfwupdplugin/fu-device.c b/libfwupdplugin/fu-device.c index 2f6c9f854..89bd91e21 100644 --- a/libfwupdplugin/fu-device.c +++ b/libfwupdplugin/fu-device.c @@ -418,7 +418,7 @@ fu_device_get_private_flags (FuDevice *self) * * Returns the number of requests of a specific kind. This function is only * useful to the daemon, which uses it to synthesize artificial events for - * plugins not yet ported to [class@FwupdRequest]. + * plugins not yet ported to [class@Fwupd.Request]. * * Returns: integer, usually 0 *