Application.isInhibited

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

Note that this information may not be available (for example when the application is running in a sandbox).

class Application
bool
isInhibited

Parameters

flags GtkApplicationInhibitFlags

what types of actions should be queried

Return Value

Type: bool

TRUE if any of the actions specified in flags are inhibited

Meta