trivial: Fix GtkDoc for fu_common_get_block_devices()

This commit is contained in:
Richard Hughes 2020-10-30 14:42:42 +00:00
parent f9fcf47749
commit c57a8f5726

View File

@ -2204,9 +2204,7 @@ fu_common_get_block_devices (GDBusConnection *connection, GError **error)
* @kind: A volume kind, typically a GUID * @kind: A volume kind, typically a GUID
* @error: A #GError or NULL * @error: A #GError or NULL
* *
* Call into the plugin's get results routine * Finds all volumes of a specific partition type
*
* Finds all volumes of a specific type
* *
* Returns: (transfer container) (element-type FuVolume): a #GPtrArray, or %NULL if the kind was not found * Returns: (transfer container) (element-type FuVolume): a #GPtrArray, or %NULL if the kind was not found
* *