Fix more copy-paste documentation errors

This commit is contained in:
Robert Ancell 2022-05-09 10:29:55 +12:00 committed by Mario Limonciello
parent cd437175b4
commit a8dd34c711
2 changed files with 3 additions and 3 deletions

View File

@ -864,7 +864,7 @@ typedef enum {
* @FWUPD_KEYRING_KIND_PKCS7: Verification using PKCS7 * @FWUPD_KEYRING_KIND_PKCS7: Verification using PKCS7
* @FWUPD_KEYRING_KIND_JCAT: Verification using Jcat * @FWUPD_KEYRING_KIND_JCAT: Verification using Jcat
* *
* The update state. * Type of keyring used on a remote.
**/ **/
typedef enum { typedef enum {
FWUPD_KEYRING_KIND_UNKNOWN, /* Since: 0.9.7 */ FWUPD_KEYRING_KIND_UNKNOWN, /* Since: 0.9.7 */

View File

@ -1269,7 +1269,7 @@ fwupd_release_get_license(FwupdRelease *self)
/** /**
* fwupd_release_set_license: * fwupd_release_set_license:
* @self: a #FwupdRelease * @self: a #FwupdRelease
* @license: (nullable): the description * @license: (nullable): the update license.
* *
* Sets the update license. * Sets the update license.
* *
@ -1310,7 +1310,7 @@ fwupd_release_get_name(FwupdRelease *self)
/** /**
* fwupd_release_set_name: * fwupd_release_set_name:
* @self: a #FwupdRelease * @self: a #FwupdRelease
* @name: (nullable): the description * @name: (nullable): the update name.
* *
* Sets the update name. * Sets the update name.
* *