Gio.Application.prototype.unmark_busy
function unmark_busy(): void { // Gjs wrapper for g_application_unmark_busy() }
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.prototype.mark_busy.
Since 2.38