trivial: Fix up two gtk-doc problems

This commit is contained in:
Richard Hughes 2021-01-27 09:54:14 +00:00
parent af75522a5e
commit d48e841f77
2 changed files with 2 additions and 2 deletions

View File

@ -457,7 +457,7 @@ fu_efivar_get_names (const gchar *guid, GError **error)
* *
* Returns a file monitor for a specific key. * Returns a file monitor for a specific key.
* *
* Returns: %TRUE on success * Returns: (transfer full): a #GFileMonitor, or %NULL for an error
* *
* Since: 1.5.5 * Since: 1.5.5
**/ **/

View File

@ -233,7 +233,7 @@ fu_hwids_get_replace_keys (FuHwids *self, const gchar *key)
/** /**
* fu_hwids_add_smbios_override: * fu_hwids_add_smbios_override:
* @self: A #FuHwids * @self: A #FuHwids
* @keys: A key, e.g. %FU_HWIDS_KEY_PRODUCT_SKU * @key: A key, e.g. %FU_HWIDS_KEY_PRODUCT_SKU
* @value: (nullable): A new value, e.g. "ExampleModel" or %NULL * @value: (nullable): A new value, e.g. "ExampleModel" or %NULL
* *
* Sets SMBIOS override values so you can emulate another system. * Sets SMBIOS override values so you can emulate another system.