Package: gio

Function g-application-unmark-busy

Lambda List

g-application-unmark-busy (application)

Arguments

application -- a g-application instance

Details

Decreases the busy count of the application. When the busy count reaches zero, the new state will be propagated to other processes.

This function must only be called to cancel the effect of a previous call to the g-application-mark-busy function.
 

See also

*2021-10-31