summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-store.h')
-rw-r--r--libappstream-glib/as-store.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/libappstream-glib/as-store.h b/libappstream-glib/as-store.h
index e0ed107..dbe41a5 100644
--- a/libappstream-glib/as-store.h
+++ b/libappstream-glib/as-store.h
@@ -177,7 +177,7 @@ gboolean as_store_from_xml (AsStore *store,
const gchar *icon_root,
GError **error);
gboolean as_store_load (AsStore *store,
- AsStoreLoadFlags flags,
+ guint32 flags,
GCancellable *cancellable,
GError **error);
gboolean as_store_load_path (AsStore *store,
@@ -186,8 +186,8 @@ gboolean as_store_load_path (AsStore *store,
GError **error);
void as_store_load_search_cache (AsStore *store);
void as_store_set_search_match (AsStore *store,
- AsAppSearchMatch search_match);
-AsAppSearchMatch as_store_get_search_match (AsStore *store);
+ guint16 search_match);
+guint16 as_store_get_search_match (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,
@@ -201,7 +201,7 @@ AsApp *as_store_get_app_by_id (AsStore *store,
const gchar *id);
AsApp *as_store_get_app_by_unique_id (AsStore *store,
const gchar *unique_id,
- AsStoreSearchFlags search_flags);
+ guint32 search_flags);
AsApp *as_store_get_app_by_id_ignore_prefix
(AsStore *store,
const gchar *id);
@@ -227,10 +227,10 @@ void as_store_remove_app_by_id (AsStore *store,
const gchar *id);
void as_store_remove_apps_with_veto (AsStore *store);
GString *as_store_to_xml (AsStore *store,
- AsNodeToXmlFlags flags);
+ guint32 flags);
gboolean as_store_to_file (AsStore *store,
GFile *file,
- AsNodeToXmlFlags flags,
+ guint32 flags,
GCancellable *cancellable,
GError **error);
gboolean as_store_convert_icons (AsStore *store,
@@ -248,14 +248,14 @@ void as_store_set_destdir (AsStore *store,
gdouble as_store_get_api_version (AsStore *store);
void as_store_set_api_version (AsStore *store,
gdouble api_version);
-AsStoreAddFlags as_store_get_add_flags (AsStore *store);
+guint32 as_store_get_add_flags (AsStore *store);
void as_store_set_add_flags (AsStore *store,
- AsStoreAddFlags add_flags);
-AsStoreWatchFlags as_store_get_watch_flags (AsStore *store);
+ guint32 add_flags);
+guint32 as_store_get_watch_flags (AsStore *store);
void as_store_set_watch_flags (AsStore *store,
- AsStoreWatchFlags watch_flags);
+ guint32 watch_flags);
GPtrArray *as_store_validate (AsStore *store,
- AsAppValidateFlags flags,
+ guint32 flags,
GError **error);
void as_store_add_metadata_index (AsStore *store,
const gchar *key);