diff options
author | Richard Hughes <richard@hughsie.com> | 2014-03-12 20:02:46 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-03-12 21:12:39 +0000 |
commit | f4ae41b80d0c386c1afc869f68d62139f8709da9 (patch) | |
tree | 8a9e310f7f5d502bcbbd6d6f4ad4e7b25dd14325 /libappstream-glib/appstream-glib.h | |
parent | 30e0038b9b05a01396e7062f13ceadc410be3efb (diff) | |
download | appstream-glib-f4ae41b80d0c386c1afc869f68d62139f8709da9.tar.gz |
Add AsScreenshot
Diffstat (limited to 'libappstream-glib/appstream-glib.h')
-rw-r--r-- | libappstream-glib/appstream-glib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/appstream-glib.h b/libappstream-glib/appstream-glib.h index b5c831b..31ef797 100644 --- a/libappstream-glib/appstream-glib.h +++ b/libappstream-glib/appstream-glib.h @@ -27,6 +27,7 @@ #include <as-app.h> #include <as-image.h> #include <as-release.h> +#include <as-screenshot.h> #include <as-tag.h> #include <as-version.h> |