Package: gio

Function gio:file-info-icon

Lambda List

gio:file-info-icon (info)

Syntax

(g:file-info-icon info) => icon
(setf (g:file-info-icon info) icon)

Arguments

info -- a g:file-info object
icon -- a g:icon instance

Details

Gets or sets the icon for a given info. It is an error to call this if the g:file-info instance does not contain "standard::icon" attribute key.
 

See also

2026-03-22