summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-03-23 10:58:46 +0000
committerRichard Hughes <richard@hughsie.com>2016-03-23 10:58:46 +0000
commit61beae3b3a26a9f4523ac075343b72b19e211f0c (patch)
tree3ffe1aca594b9621beed5c7dcbea5c575ec242f5 /libappstream-glib/as-store.h
parentb8d0b8f7b9c617de173c1f4b6b77c95dd779b5fa (diff)
downloadappstream-glib-61beae3b3a26a9f4523ac075343b72b19e211f0c.tar.gz
Add as_store_get_apps_by_id()
Diffstat (limited to 'libappstream-glib/as-store.h')
-rw-r--r--libappstream-glib/as-store.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-store.h b/libappstream-glib/as-store.h
index c8848ac..f716f8d 100644
--- a/libappstream-glib/as-store.h
+++ b/libappstream-glib/as-store.h
@@ -155,6 +155,8 @@ gboolean as_store_load_path (AsStore *store,
GError **error);
void as_store_remove_all (AsStore *store);
GPtrArray *as_store_get_apps (AsStore *store);
+GPtrArray *as_store_get_apps_by_id (AsStore *store,
+ const gchar *id);
GPtrArray *as_store_get_apps_by_metadata (AsStore *store,
const gchar *key,
const gchar *value);