Package: gio

Accessor g-application-is-busy

Lambda List

g-application-is-busy (object)

Syntax

(g-application-is-busy object) => setting

Arguments

object -- a g-application instance
setting -- true if the application is currenty marked as busy

Details

Accessor of the is-busy slot of the g-application class.

Gets the current busy state of the application, as set through the g-application-mark-busy or g-application-bind-busy-property functions.
 

See also

*2021-10-13