summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-15 14:03:13 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-15 14:03:13 +0100
commitdef9fc4065b346a8d979213eb9793d00f1bd866d (patch)
tree5b358c8670aac1427aa2e0d2e769a48439beaed6 /libappstream-glib/as-store.h
parent644159534a4cdc9cf5079a20f7e4fff8cc9a045c (diff)
downloadappstream-glib-def9fc4065b346a8d979213eb9793d00f1bd866d.tar.gz
Add as_store_remove_all()
This clears out all applications from the store.
Diffstat (limited to 'libappstream-glib/as-store.h')
-rw-r--r--libappstream-glib/as-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-store.h b/libappstream-glib/as-store.h
index 6a74d0d..89d54b4 100644
--- a/libappstream-glib/as-store.h
+++ b/libappstream-glib/as-store.h
@@ -141,6 +141,7 @@ gboolean as_store_load_path (AsStore *store,
const gchar *path,
GCancellable *cancellable,
GError **error);
+void as_store_remove_all (AsStore *store);
GPtrArray *as_store_get_apps (AsStore *store);
GPtrArray *as_store_get_apps_by_metadata (AsStore *store,
const gchar *key,