summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-07-17 15:19:38 +0100
committerRichard Hughes <richard@hughsie.com>2014-07-17 15:19:38 +0100
commitd36e785127342d5d89b02bb13ef1449e00637dcf (patch)
treec643f9fd7edef2269e9bd7a3d439b3e9e8607539 /libappstream-glib/as-app-private.h
parent3a5af07a042d248d2a7cb783a1c9af14f056c4e5 (diff)
downloadappstream-glib-d36e785127342d5d89b02bb13ef1449e00637dcf.tar.gz
trivial: Do not use g_warning() for invalid UTF8
This is more common than I hoped...
Diffstat (limited to 'libappstream-glib/as-app-private.h')
-rw-r--r--libappstream-glib/as-app-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-app-private.h b/libappstream-glib/as-app-private.h
index 47c7003..0beecf6 100644
--- a/libappstream-glib/as-app-private.h
+++ b/libappstream-glib/as-app-private.h
@@ -41,6 +41,7 @@ typedef enum {
AS_APP_PROBLEM_INTLTOOL_NAME = 1 << 4,
AS_APP_PROBLEM_INTLTOOL_SUMMARY = 1 << 5,
AS_APP_PROBLEM_INTLTOOL_DESCRIPTION = 1 << 6,
+ AS_APP_PROBLEM_NOT_VALID_UTF8 = 1 << 7,
AS_APP_PROBLEM_LAST
} AsAppProblems;