Package: gio
Function gio:themed-icon-new-with-default-fallbacks
Lambda Listgio:themed-icon-new-with-default-fallbacks (name) ArgumentsReturn ValueThe new g:themed-icon object. Details Creates a new themed icon for name, and all the names that can
be created by shortening the icon name at '-' characters. Examples
(let* ((names (list "gnome-dev-cdrom-audio"
"gnome-dev-cdrom"
"gnome-dev"
"gnome"))
(icon1 (g:themed-icon-new-from-names names))
(icon2 (g:themed-icon-new-with-default-fallbacks
"gnome-dev-cdrom-audio")))
... ) | See also |
2025-3-2