Fix copy-paste error in documentation for FwupdDevice::version_format

This commit is contained in:
Robert Ancell 2022-05-09 09:19:43 +12:00 committed by Mario Limonciello
parent d8ba0bd178
commit cd437175b4

View File

@ -2299,9 +2299,9 @@ fwupd_device_set_update_state(FwupdDevice *self, FwupdUpdateState update_state)
* fwupd_device_get_version_format:
* @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
**/
@ -2316,9 +2316,9 @@ fwupd_device_get_version_format(FwupdDevice *self)
/**
* fwupd_device_set_version_format:
* @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
**/