[ Version ( since = "1.60" ) ]
public async bool install_themes_async (string[]? gtk_theme_names, string[]? icon_theme_names, string[]? sound_theme_names, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error
Asynchronously install snaps that provide the requested desktop themes.
See install_themes_sync for more information.
| 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. |
| progress_callback |
function to callback with progress. |
| cancellable |
a Cancellable or null. |
| callback |
a TaskReadyCallback to call when the request is satisfied. |
| progress_callback_data |
user data to pass to |
| user_data |
the data to pass to callback function. |