mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 15:46:30 +00:00
Fix more copy-paste documentation errors
This commit is contained in:
parent
cd437175b4
commit
a8dd34c711
@ -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 */
|
||||||
|
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user