summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-inf.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-08-05 12:01:03 +0100
committerRichard Hughes <richard@hughsie.com>2015-08-05 12:06:01 +0100
commit62bca1ea41f27cc84b73cd8e6381517700ad39f2 (patch)
tree9bac6cfe22c79c772a31aff1ab8b9b746340724d /libappstream-glib/as-inf.h
parent1e8e00567a608f28736d86acca6f8d5b6a199d4b (diff)
downloadappstream-glib-62bca1ea41f27cc84b73cd8e6381517700ad39f2.tar.gz
Make the DriverVer in the .inf file optional
This allows the release engineer to _only_ update the metainfo.xml file for each release. If the firmware.inf file is not being used in Windows for driver installation then we should make the file static.
Diffstat (limited to 'libappstream-glib/as-inf.h')
-rw-r--r--libappstream-glib/as-inf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-inf.h b/libappstream-glib/as-inf.h
index 3c92453..2ebfd98 100644
--- a/libappstream-glib/as-inf.h
+++ b/libappstream-glib/as-inf.h
@@ -34,12 +34,14 @@ G_BEGIN_DECLS
* AsInfError:
* @AS_INF_ERROR_FAILED: Generic failure
* @AS_INF_ERROR_INVALID_TYPE: Invalid type
+ * @AS_INF_ERROR_NOT_FOUND: Data not found
*
* The error type.
**/
typedef enum {
AS_INF_ERROR_FAILED,
AS_INF_ERROR_INVALID_TYPE,
+ AS_INF_ERROR_NOT_FOUND,
/*< private >*/
AS_INF_ERROR_LAST
} AsInfError;