Application.unmarkBusy

void unmarkBusy() nothrow

Decreases the busy count of 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 gio.application.Application.markBusy.