diff options
author | Richard Hughes <richard@hughsie.com> | 2014-08-18 15:26:21 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-08-18 15:27:42 +0100 |
commit | a1d26b5c0aba4bae7dc958ba0a370ab0c69f94b3 (patch) | |
tree | 237437d483daa5d221288a2e91ebbfd19a727273 /libappstream-builder/asb-app.h | |
parent | 8b986d298a19f0db8fbe0618d142b339569c64ca (diff) | |
download | appstream-glib-a1d26b5c0aba4bae7dc958ba0a370ab0c69f94b3.tar.gz |
Store vetos in the XML itself
Stop munging these into the decription, as this is fragile and breaks the
cache-id loading of the failed metadata.
Diffstat (limited to 'libappstream-builder/asb-app.h')
-rw-r--r-- | libappstream-builder/asb-app.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libappstream-builder/asb-app.h b/libappstream-builder/asb-app.h index 3d0db26..fd872e9 100644 --- a/libappstream-builder/asb-app.h +++ b/libappstream-builder/asb-app.h @@ -74,7 +74,6 @@ void asb_app_set_requires_appdata (AsbApp *app, gboolean requires_appdata); void asb_app_set_pixbuf (AsbApp *app, GdkPixbuf *pixbuf); -void asb_app_set_veto_description (AsbApp *app); gboolean asb_app_add_screenshot_source (AsbApp *app, const gchar *filename, GError **error); |