Package: gtk

Function gtk:application-is-inhibited

Lambda List

gtk:application-is-inhibited (application flags)

Arguments

application -- a gtk:application instance
flags -- a gtk:application-inhibit-flags value with the types of actions that should be queried

Return Value

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

#2024-3-15