check_themes_sync


Description:

[ Version ( since = "1.60" ) ]
public bool check_themes_sync (string[]? gtk_theme_names, string[]? icon_theme_names, string[]? sound_theme_names, out HashTable<unowned string,ThemeStatus> gtk_theme_status, out HashTable<unowned string,ThemeStatus> icon_theme_status, out HashTable<unowned string,ThemeStatus> sound_theme_status, Cancellable? cancellable = null) throws Error

Check the status of snap packaged versions of named desktop themes.

For each theme, it will determine whether it is already installed, uninstalled but available on the store, or unavailable.

Parameters:

this

a Client.

gtk_theme_names

a list of GTK theme names.

icon_theme_names

a list of icon theme names.

sound_theme_names

a list of sound theme names.

gtk_theme_status

status of GTK themes.

icon_theme_status

status of icon themes.

sound_theme_status

status of sound themes.

cancellable

a Cancellable or null.