summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-app.h')
-rw-r--r--libappstream-glib/as-app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libappstream-glib/as-app.h b/libappstream-glib/as-app.h
index d642333..c2a1167 100644
--- a/libappstream-glib/as-app.h
+++ b/libappstream-glib/as-app.h
@@ -311,6 +311,7 @@ GPtrArray *as_app_get_content_ratings (AsApp *app);
GPtrArray *as_app_get_icons (AsApp *app);
GPtrArray *as_app_get_bundles (AsApp *app);
GPtrArray *as_app_get_translations (AsApp *app);
+GPtrArray *as_app_get_suggests (AsApp *app);
GHashTable *as_app_get_names (AsApp *app);
GHashTable *as_app_get_comments (AsApp *app);
GHashTable *as_app_get_developer_names (AsApp *app);
@@ -432,6 +433,8 @@ void as_app_add_bundle (AsApp *app,
AsBundle *bundle);
void as_app_add_translation (AsApp *app,
AsTranslation *translation);
+void as_app_add_suggest (AsApp *app,
+ AsSuggest *suggest);
void as_app_add_language (AsApp *app,
gint percentage,
const gchar *locale);