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 G_FILE_ATTRIBUTE_STANDARD_ICON.
 

See also

#2025-06-15