Package: gtk

Function gtk-icon-info-filename

Lambda List

gtk-icon-info-filename (info)

Arguments

info -- a gtk-icon-info instance

Return Value

A string with the filename for the icon.

Details

Gets the filename for the icon. If the :use-builtin flag was passed to the gtk-icon-theme-lookup-icon function, there may be no filename if a built-in icon is returned. In this case, you should use the gtk-icon-info-builtin-pixbuf function.

Example

(gtk-icon-theme-lookup-icon (gtk-icon-theme-default) "battery" 0 0)
=> #.(SB-SYS:INT-SAP #X01D3F840)
(gtk-icon-info-filename *)
=> "/usr/share/icons/Humanity/devices/24/battery.svg"    
 

See also

2021-11-28