summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-30 15:04:45 +0100
committerRichard Hughes <richard@hughsie.com>2014-04-30 15:04:45 +0100
commitd7e4f54befa906c2e9c3ec908a7f1799db84e938 (patch)
tree608dd67af07501bf93dfcec4efdfc5a0f60cdfb7 /libappstream-glib/as-utils.h
parent27ead4b48da3f99fb1205627c7201064cb9b6c14 (diff)
downloadappstream-glib-d7e4f54befa906c2e9c3ec908a7f1799db84e938.tar.gz
Check the project_license against the list of SPDX IDs when validating
Diffstat (limited to 'libappstream-glib/as-utils.h')
-rw-r--r--libappstream-glib/as-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-utils.h b/libappstream-glib/as-utils.h
index ddfd6a4..9932d76 100644
--- a/libappstream-glib/as-utils.h
+++ b/libappstream-glib/as-utils.h
@@ -34,6 +34,7 @@ gchar *as_markup_convert_simple (const gchar *markup,
gssize markup_len,
GError **error);
gboolean as_utils_is_stock_icon_name (const gchar *name);
+gboolean as_utils_is_spdx_license_id (const gchar *license_id);
const gchar * const *as_util_get_possible_kudos (void);
G_END_DECLS