Codebase list fwupd / 61e4ff7
trivial: Fix up two gtk-doc typos Richard Hughes 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
365365 *
366366 * Writes to a UUID on the device.
367367 *
368 * Returns: (transfer full): data, or %NULL for error
368 * Returns: %TRUE if all the data was written
369369 *
370370 * Since: 1.5.7
371371 **/
180180 /**
181181 * fu_firmware_set_version_raw:
182182 * @self: A #FuFirmware
183 * @version: A raw version, or %G_MAXUINT64 for invalid
183 * @version_raw: A raw version, or %G_MAXUINT64 for invalid
184184 *
185185 * Sets an raw version that represents the firmware.
186186 *