Home
last modified time | relevance | path

Searched refs:as_app_get_scope (Results 1 – 3 of 3) sorted by relevance

/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-glib/
H A Das-app.h475 AsAppScope as_app_get_scope (AsApp *app);
H A Das-store.c1442 as_app_get_scope (app) == AS_APP_SCOPE_SYSTEM) { in as_store_add_app()
1453 as_app_get_scope (app) == AS_APP_SCOPE_SYSTEM) { in as_store_add_app()
1558 if (as_app_get_scope (app) != as_app_get_scope (parent)) in as_store_match_addons_app()
H A Das-app.c1786 as_app_get_scope (AsApp *app) in as_app_get_scope() function