Package: gtk

Function gtk-application-is-inhibited

Lambda List

gtk-application-is-inhibited (application flags)

Arguments

application -- a gtk-application instance
flags -- what gtk-application-inhibit-flags types of actions should be queried

Return Value

A boolean that is true if any of the actions specified in the flags argument are inhibited.

Details

Determines if any of the actions specified in the flags argument are currently inhibited, possibly by another application.
 

See also

*2021-10-11