From c57a8f5726c773a17c5c8b82eb1545d08c713681 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 30 Oct 2020 14:42:42 +0000 Subject: [PATCH] trivial: Fix GtkDoc for fu_common_get_block_devices() --- libfwupdplugin/fu-common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libfwupdplugin/fu-common.c b/libfwupdplugin/fu-common.c index 8c8709a41..dbb6b073f 100644 --- a/libfwupdplugin/fu-common.c +++ b/libfwupdplugin/fu-common.c @@ -2204,9 +2204,7 @@ fu_common_get_block_devices (GDBusConnection *connection, GError **error) * @kind: A volume kind, typically a GUID * @error: A #GError or NULL * - * Call into the plugin's get results routine - * - * Finds all volumes of a specific type + * Finds all volumes of a specific partition type * * Returns: (transfer container) (element-type FuVolume): a #GPtrArray, or %NULL if the kind was not found *