diff options
author | Richard Hughes <richard@hughsie.com> | 2015-08-01 20:38:41 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-08-03 10:36:29 +0100 |
commit | 469621479081476b080e9de3a7ba019867b6d51a (patch) | |
tree | 90b377184ff4aeac2a675763a1673d00ec562c23 /docs | |
parent | 686e844e22a81bbdc39a27b7cd2cced582808b02 (diff) | |
download | appstream-glib-469621479081476b080e9de3a7ba019867b6d51a.tar.gz |
Add AsChecksum
Also, partially revert the 'add filename' commit and move the filename to the
checksum. This allows us to store the checksum of the firmware file as well
as well as the .cab container.
This allows us to validate the firmware on devices using fwupd.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/appstream-glib-docs.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/appstream-glib-docs.sgml b/docs/api/appstream-glib-docs.sgml index 3d5fe88..c6e0f9b 100644 --- a/docs/api/appstream-glib-docs.sgml +++ b/docs/api/appstream-glib-docs.sgml @@ -34,6 +34,7 @@ </para> </partintro> <xi:include href="xml/as-app.xml"/> + <xi:include href="xml/as-checksum.xml"/> <xi:include href="xml/as-icon.xml"/> <xi:include href="xml/as-image.xml"/> <xi:include href="xml/as-release.xml"/> |