summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-11-02 15:05:26 +0000
committerRichard Hughes <richard@hughsie.com>2016-11-02 15:05:26 +0000
commit8bfba559004253aeabcf9a26f4edd7cccbe70770 (patch)
treefcd7a5534b0245c88010da9b8d19e80c480b1447 /libappstream-glib/as-store.h
parent927d4d3856b914511f5a52114c583c5d35c643f4 (diff)
downloadappstream-glib-8bfba559004253aeabcf9a26f4edd7cccbe70770.tar.gz
Add as_store_load_search_cache()
This is really only useful for profiling startup speed.
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 fd41a00..3d4a34a 100644
--- a/libappstream-glib/as-store.h
+++ b/libappstream-glib/as-store.h
@@ -182,6 +182,7 @@ gboolean as_store_load_path (AsStore *store,
const gchar *path,
GCancellable *cancellable,
GError **error);
+void as_store_load_search_cache (AsStore *store);
void as_store_remove_all (AsStore *store);
GPtrArray *as_store_get_apps (AsStore *store);
GPtrArray *as_store_get_apps_by_id (AsStore *store,