mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 06:14:03 +00:00
Fix copy-paste error in documentation for FwupdDevice::version_format
This commit is contained in:
parent
d8ba0bd178
commit
cd437175b4
@ -2299,9 +2299,9 @@ fwupd_device_set_update_state(FwupdDevice *self, FwupdUpdateState update_state)
|
|||||||
* fwupd_device_get_version_format:
|
* fwupd_device_get_version_format:
|
||||||
* @self: a #FwupdDevice
|
* @self: a #FwupdDevice
|
||||||
*
|
*
|
||||||
* Gets the update state.
|
* Gets the version format.
|
||||||
*
|
*
|
||||||
* Returns: the update state, or %FWUPD_VERSION_FORMAT_UNKNOWN if unset
|
* Returns: the version format, or %FWUPD_VERSION_FORMAT_UNKNOWN if unset
|
||||||
*
|
*
|
||||||
* Since: 1.2.9
|
* Since: 1.2.9
|
||||||
**/
|
**/
|
||||||
@ -2316,9 +2316,9 @@ fwupd_device_get_version_format(FwupdDevice *self)
|
|||||||
/**
|
/**
|
||||||
* fwupd_device_set_version_format:
|
* fwupd_device_set_version_format:
|
||||||
* @self: a #FwupdDevice
|
* @self: a #FwupdDevice
|
||||||
* @version_format: the state, e.g. %FWUPD_VERSION_FORMAT_PENDING
|
* @version_format: the version format, e.g. %FWUPD_VERSION_FORMAT_NUMBER
|
||||||
*
|
*
|
||||||
* Sets the update state.
|
* Sets the version format.
|
||||||
*
|
*
|
||||||
* Since: 1.2.9
|
* Since: 1.2.9
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user