summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-image.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-05-13 17:14:07 +0100
committerRichard Hughes <richard@hughsie.com>2014-05-13 17:14:07 +0100
commit13f1b126a3ec00c7f199aeee9ee37f412a7337c9 (patch)
treeea1cedef0a24e3ec9ccfb28d06ac20b031cb5d02 /libappstream-glib/as-image.h
parentd57a0ac8bc9d814ab29a7cbcfddd77b4e33f64f3 (diff)
downloadappstream-glib-13f1b126a3ec00c7f199aeee9ee37f412a7337c9.tar.gz
Add as_image_get_md5()
This is not supposed to be a secure hash.
Diffstat (limited to 'libappstream-glib/as-image.h')
-rw-r--r--libappstream-glib/as-image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-image.h b/libappstream-glib/as-image.h
index ecca9f3..38a261b 100644
--- a/libappstream-glib/as-image.h
+++ b/libappstream-glib/as-image.h
@@ -99,6 +99,7 @@ const gchar *as_image_kind_to_string (AsImageKind kind);
/* getters */
const gchar *as_image_get_url (AsImage *image);
+const gchar *as_image_get_md5 (AsImage *image);
guint as_image_get_width (AsImage *image);
guint as_image_get_height (AsImage *image);
AsImageKind as_image_get_kind (AsImage *image);