Package: gtk

Accessor gtk:file-launcher-always-ask

Lambda List

gtk:file-launcher-always-ask (object)

Syntax

(gtk:file-launcher-always-ask object) => setting
(setf (gtk:file-launcher-always-ask object) setting)

Arguments

object -- a gtk:file-launcher object
setting -- a boolean whether to always ask the user

Details

The accessor for the always-ask slot of the gtk:file-launcher class gets or sets whether to ask the user to choose an application for opening the file. If false, the file might be opened with a default application or the previous choice.

Since 4.12
 

See also

2025-09-21