[ Version ( since = "1.60" ) ]
public bool install_themes_sync (string[]? gtk_theme_names, string[]? icon_theme_names, string[]? sound_theme_names, ProgressCallback? progress_callback, Cancellable? cancellable = null) throws Error
Install snaps that provide the named desktop themes.
If all the named themes are in the "installed" or "unavailable" states, then an error will be returned.
| 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. |
| progress_callback_data |
user data to pass to |