check_themes_async


Description:

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

Asynchronously check for snaps providing the requested desktop themes.

See check_themes_sync for more information.

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.

cancellable

a Cancellable or null.

callback

a TaskReadyCallback to call when the request is satisfied.

user_data

the data to pass to callback function.