Package: gtk

Accessor gtk-application-screensaver-active

Lambda List

gtk-application-screensaver-active (object)

Syntax

(gtk-application-screensaver-active object) => active

Arguments

object -- a gtk-application instance
active -- a boolean whether the screensaver is active

Details

Accessor of the screensaver-active slot of the gtk-application class.

The screensaver-active property is true if GTK believes that the screensaver is currently active. GTK only tracks session state, including this, when the register-session property is set to true. Tracking the screensaver state is supported on Linux.

Since 3.24
 

See also

*2021-10-13