Home
last modified time | relevance | path

Searched refs:kudo_kind (Results 1 – 4 of 4) sorted by relevance

/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-glib/
H A Das-enums.c140 as_kudo_kind_to_string (AsKudoKind kudo_kind) in as_kudo_kind_to_string() argument
142 if (kudo_kind == AS_KUDO_KIND_SEARCH_PROVIDER) in as_kudo_kind_to_string()
144 if (kudo_kind == AS_KUDO_KIND_USER_DOCS) in as_kudo_kind_to_string()
146 if (kudo_kind == AS_KUDO_KIND_APP_MENU) in as_kudo_kind_to_string()
148 if (kudo_kind == AS_KUDO_KIND_MODERN_TOOLKIT) in as_kudo_kind_to_string()
150 if (kudo_kind == AS_KUDO_KIND_NOTIFICATIONS) in as_kudo_kind_to_string()
152 if (kudo_kind == AS_KUDO_KIND_HIGH_CONTRAST) in as_kudo_kind_to_string()
154 if (kudo_kind == AS_KUDO_KIND_HI_DPI_ICON) in as_kudo_kind_to_string()
174 if (g_strcmp0 (kudo_kind, "UserDocs") == 0) in as_kudo_kind_from_string()
176 if (g_strcmp0 (kudo_kind, "AppMenu") == 0) in as_kudo_kind_from_string()
[all …]
H A Das-enums.h153 const gchar *as_kudo_kind_to_string (AsKudoKind kudo_kind);
154 AsKudoKind as_kudo_kind_from_string (const gchar *kudo_kind);
H A Das-app.h617 AsKudoKind kudo_kind);
H A Das-app.c3203 as_app_add_kudo_kind (AsApp *app, AsKudoKind kudo_kind) in as_app_add_kudo_kind() argument
3206 g_ptr_array_add (priv->kudos, (AsRefString *) as_kudo_kind_to_string (kudo_kind)); in as_app_add_kudo_kind()